Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit 30de417

Browse files
authored
Merge pull request #36 from smooth-code/perf-side-effect
perf: add "sideEffects: false" in package.json
2 parents f41dc18 + f9acb75 commit 30de417

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"material-ui",
1111
"bootstrap"
1212
],
13+
"sideEffects": false,
1314
"main": "dist/smooth-ui.cjs.js",
1415
"module": "dist/smooth-ui.es.js",
1516
"jsnext:main": "dist/smooth-ui.es.js",

0 commit comments

Comments
 (0)