From d44a7a0f538a560617083fe29e7cd40a65dc7b5d Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Thu, 23 Aug 2018 23:46:09 +0200 Subject: [PATCH] chore: add missing "sideEffects" flag to ensure tree shaking with webpack --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 88725deb6..8d1a2ad10 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "module": "js/foundation.js", "jsnext:main": "js/foundation.js", "typings": "dist/js/foundation.d.ts", + "sideEffects": false, "description": "The most advanced responsive front-end framework in the world.", "author": "ZURB (http://foundation.zurb.com)", "homepage": "http://foundation.zurb.com/sites", -- 2.47.2