From 3a330e0cb72a088db568cdbd1615840d321e57b4 Mon Sep 17 00:00:00 2001 From: Sean Larkin Date: Tue, 5 Dec 2017 15:44:07 -0800 Subject: [PATCH] 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 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 93af6f38f..20209dc2f 100644 --- a/package.json +++ b/package.json @@ -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",