From: Nicolas Coden Date: Fri, 11 Jan 2019 23:33:55 +0000 (+0100) Subject: Use pull request #11607 from ncoden/chore/disable-tree-shaking for v6.5.0 X-Git-Tag: v6.5.2^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f72055f1cf39cab0d4ca08a1d9350d95d008e19c;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Use pull request #11607 from ncoden/chore/disable-tree-shaking for v6.5.0 d8bcc3ac0 chore: temporary disable tree-shaking #11586 Signed-off-by: Nicolas Coden --- diff --git a/package.json b/package.json index 0a80000e0..90ebd1ff9 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "jsnext:main": "dist/js/foundation.esm.js", "esnext": "dist/js/foundation.es6.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",