mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
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:
committed by
John-David Dalton
parent
462bc9bf3b
commit
3a330e0cb7
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user