Skip to content

Commit

Permalink
chore(package.json): Add sideEffects: false field in package.json (#8099
Browse files Browse the repository at this point in the history
)
  • Loading branch information
TheLarkInn authored and yyx990803 committed May 2, 2018
1 parent 654e5f1 commit 5e3823a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -12,6 +12,7 @@
"dist/*.js",
"types/*.d.ts"
],
"sideEffects": false,
"scripts": {
"dev": "rollup -w -c scripts/config.js --environment TARGET:web-full-dev",
"dev:cjs": "rollup -w -c scripts/config.js --environment TARGET:web-runtime-cjs",
Expand Down

0 comments on commit 5e3823a

Please sign in to comment.