Skip to content

Commit

Permalink
fix: add sideEffects: false for better tree-shaking
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan authored Nov 16, 2022
1 parent b3bc2e2 commit 77b3366
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 @@ -19,6 +19,7 @@
},
"./package.json": "./package.json"
},
"sideEffects": false,
"files": [
"dist",
"src",
Expand Down

0 comments on commit 77b3366

Please sign in to comment.