Commit f5d1ab1
feat(size): add sideEffects false to package.json (#2861)
Why is this done? see <https://webpack.js.org/guides/tree-shaking/#mark-the-file-as-side-effect-free>
Long story short, modules can do crazy things, but if we don't do any polyfilling, we can opt into better behaviour
fixes #2859 as good as we can for now1 parent 9c07ec1 commit f5d1ab1
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments