]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Replace Babel UMD plugin with CommonJS plugin
authorGeoff Kimball <geoff@zurb.com>
Wed, 3 Feb 2016 18:34:40 +0000 (10:34 -0800)
committerGeoff Kimball <geoff@zurb.com>
Wed, 3 Feb 2016 18:34:40 +0000 (10:34 -0800)
.babelrc
package.json

index de0edabacd99a4250fdf0e560e34512df23a429c..1d973278122db2b390d1e963653b12f318682507 100644 (file)
--- a/.babelrc
+++ b/.babelrc
@@ -5,9 +5,9 @@
        "transform-es2015-block-scoping",
        "transform-es2015-classes",
        "transform-es2015-destructuring",
-       "transform-es2015-modules-umd",
+       "transform-es2015-modules-commonjs",
        "transform-es2015-template-literals",
        "transform-es2015-parameters",
        "transform-es2015-spread",
   ]
-}
\ No newline at end of file
+}
index 0afa575bba38e3ce75b9bf514cf8d6fceaf51f7e..d63c2b3edb3e07562097fddc35c26f03b7c3b150 100644 (file)
@@ -22,7 +22,7 @@
     "babel-plugin-transform-es2015-block-scoping": "^6.4.0",
     "babel-plugin-transform-es2015-classes": "^6.3.15",
     "babel-plugin-transform-es2015-destructuring": "^6.3.15",
-    "babel-plugin-transform-es2015-modules-umd": "^6.3.13",
+    "babel-plugin-transform-es2015-modules-commonjs": "^6.4.5",
     "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",