Skip to content

Commit 4c3368f

Browse files
Mark dep as side effect free for tree shaking (#123)
This hints to bundlers that things can be shaken
1 parent ac9ef69 commit 4c3368f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-arborist/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"main": "dist/index.js",
77
"module": "dist/module.js",
88
"types": "dist/index.d.ts",
9+
"sideEffects": false,
910
"scripts": {
1011
"start": "run-p 'start:**'",
1112
"build": "npm-run-all clean -p 'build:**'",

0 commit comments

Comments
 (0)