Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Declare package side effect free (#1935)
This sets the package.json field sideEffects to false. This allows for better tree shaking by downstream consumers, see https://webpack.js.org/guides/tree-shaking/#mark-the-file-as-side-effect-free for more information. I skimmed over all included files and I did not see anything that would count following webpack's definition of tree shaking.
- Loading branch information