From: Nicolas Coden Date: Thu, 23 Aug 2018 21:46:09 +0000 (+0200) Subject: chore: add missing "sideEffects" flag to ensure tree shaking with webpack X-Git-Tag: v6.6.0~3^2~100^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d44a7a0f538a560617083fe29e7cd40a65dc7b5d;p=thirdparty%2Ffoundation%2Ffoundation-sites.git chore: add missing "sideEffects" flag to ensure tree shaking with webpack --- 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",