Skip to content

Commit

Permalink
feat(tree-shaking): add sideEffects statement to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
flo-sch committed Apr 12, 2020
1 parent 418782b commit 4db7b0b
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 @@ -42,6 +42,7 @@
"module": "dist/index.esm.js",
"main": "dist/index.js",
"source": "lib/index.js",
"sideEffects": false,
"scripts": {
"build": "microbundle -f cjs,es --target node",
"codecov": "codecov -f coverage/coverage-final.json",
Expand Down

0 comments on commit 4db7b0b

Please sign in to comment.