Skip to content

Commit

Permalink
feat(package.json): added sideEffects flag
Browse files Browse the repository at this point in the history
  • Loading branch information
recursive-beast committed Mar 7, 2021
1 parent 38a7e6b commit 6d2c71d
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 @@ -4,6 +4,7 @@
"description": "A rollup plugin to make assets external but include them in the output.",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
"sideEffects": false,
"files": [
"dist/**/*"
],
Expand Down

0 comments on commit 6d2c71d

Please sign in to comment.