Home > types > PackageJson > NonStandardEntryPoints > sideEffects
Denote which files in your project are “pure” and therefore safe for Webpack to prune if unused.
[Read more.](https://webpack.js.org/guides/tree-shaking/)
Signature:
sideEffects?: boolean | string[];