feat(sideEffects): Set sideEffects false for opt. (#3533)

This adds the webpack v4 sideEffects optimization. Since we are now in alpha I wanted to help ensure this gets out there so people testing webpack v4 can see the instant wins. <3
This commit is contained in:
Sean Larkin
2017-12-05 15:44:07 -08:00
committed by John-David Dalton
parent 462bc9bf3b
commit 3a330e0cb7

View File

@@ -7,6 +7,7 @@
"engines": {
"node": ">=4.0.0"
},
"sideEffects": false,
"scripts": {
"build": "npm run build:main && npm run build:fp",
"build:fp": "node lib/fp/build-dist.js",