From: Kevin Ball Date: Thu, 20 Apr 2017 20:34:13 +0000 (-0700) Subject: Add modules false to babelrc X-Git-Tag: v6.4.0-rc1~51^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7a2568e8ff31cbfc433af6a4b16a22606f07b68;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add modules false to babelrc --- diff --git a/.bowerrc b/.bowerrc index 69fad3580..d1effadd5 100644 --- a/.bowerrc +++ b/.bowerrc @@ -1,3 +1,4 @@ { - "directory": "bower_components" + "directory": "bower_components", + "modules": false }