@bem-react/pack@1.1.0
·
87 commits
to master
since this release
Features
- add hook for create sideEffects (b510cfe)
example
useTypeScriptPlugin({
configPath: './tsconfig.prod.json',
onCreateSideEffects(path) {
if (path.includes('pointerfocus/index.js')) {
return ['*.js']
}
},
})