nwb icon indicating copy to clipboard operation
nwb copied to clipboard

Support adding "sideEffects": false to package.json when creating a library project

Open insin opened this issue 6 years ago • 0 comments

Webpack uses this field to optimize handling of re-exports, which is what you want if you're publishing a grab-bag of stuff and you want the unused parts to be tree-shakeable

https://github.com/webpack/webpack/tree/master/examples/side-effects

insin avatar Jun 01 '18 12:06 insin