Skip to content

Commit

Permalink
Add sideEffects: false to package json (#54)
Browse files Browse the repository at this point in the history
This allows removing this library when DCE is performed.
  • Loading branch information
JoviDeCroock authored May 10, 2020
1 parent 7aa99e8 commit a093d34
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 @@ -15,6 +15,7 @@
"dist",
"index.d.ts"
],
"sideEffects": false,
"types": "index.d.ts",
"scripts": {
"prepublishOnly": "run-s build",
Expand Down

0 comments on commit a093d34

Please sign in to comment.