Skip to content

Commit

Permalink
Mark dep as side effect free for tree shaking (#123)
Browse files Browse the repository at this point in the history
This hints to bundlers that things can be shaken
  • Loading branch information
hipstersmoothie authored Feb 23, 2023
1 parent ac9ef69 commit 4c3368f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-arborist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"main": "dist/index.js",
"module": "dist/module.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
"start": "run-p 'start:**'",
"build": "npm-run-all clean -p 'build:**'",
Expand Down

0 comments on commit 4c3368f

Please sign in to comment.