]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Switch back to UMD because CommonJS doesn't work in our current setup
authorGeoff Kimball <geoff@zurb.com>
Wed, 3 Feb 2016 18:57:49 +0000 (10:57 -0800)
committerGeoff Kimball <geoff@zurb.com>
Wed, 3 Feb 2016 18:57:49 +0000 (10:57 -0800)
.babelrc
package.json

index 1d973278122db2b390d1e963653b12f318682507..7a33597519cf33440194a7a0ad7d40d60028fc75 100644 (file)
--- a/.babelrc
+++ b/.babelrc
@@ -5,7 +5,7 @@
        "transform-es2015-block-scoping",
        "transform-es2015-classes",
        "transform-es2015-destructuring",
-       "transform-es2015-modules-commonjs",
+       "transform-es2015-modules-umd",
        "transform-es2015-template-literals",
        "transform-es2015-parameters",
        "transform-es2015-spread",
index d63c2b3edb3e07562097fddc35c26f03b7c3b150..5700a8f4d08a646f8c410bb9f05b41c3cc8938ad 100644 (file)
@@ -23,6 +23,7 @@
     "babel-plugin-transform-es2015-classes": "^6.3.15",
     "babel-plugin-transform-es2015-destructuring": "^6.3.15",
     "babel-plugin-transform-es2015-modules-commonjs": "^6.4.5",
+    "babel-plugin-transform-es2015-modules-umd": "^6.4.3",
     "babel-plugin-transform-es2015-parameters": "^6.3.26",
     "babel-plugin-transform-es2015-spread": "^6.4.0",
     "babel-plugin-transform-es2015-template-literals": "^6.3.13",