Skip to content

Commit

Permalink
fix(side-effects): set sideEffects: false to enable tree-shaking
Browse files Browse the repository at this point in the history
  • Loading branch information
djcsdy committed Mar 30, 2021
1 parent 07a1df5 commit dd99600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"semantic-release": "semantic-release",
"test": "ava"
},
"sideEffects": false,
"dependencies": {
"tslib": "2.1.0"
},
Expand Down

0 comments on commit dd99600

Please sign in to comment.