]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove Babel module transform plugins that aren't being used
authorGeoff Kimball <geoff@zurb.com>
Tue, 23 Feb 2016 23:48:48 +0000 (15:48 -0800)
committerGeoff Kimball <geoff@zurb.com>
Tue, 23 Feb 2016 23:48:48 +0000 (15:48 -0800)
.babelrc
package.json

index 82695dcd0b3ae077b568125ae4907f04e2a1ab8e..b673dfc05548202399b56d0b70144957815d9380 100644 (file)
--- a/.babelrc
+++ b/.babelrc
@@ -5,7 +5,6 @@
        "transform-es2015-block-scoping",
        "transform-es2015-classes",
        "transform-es2015-destructuring",
-       "transform-es2015-modules-umd",
        "transform-es2015-template-literals",
        "transform-es2015-parameters",
                "transform-es2015-shorthand-properties",
index efec7d12977c80d99bdf35894661c465f1d5d244..856bbdb1b0d0b0c40c6f9f35e13f43f27a144916 100644 (file)
@@ -23,8 +23,6 @@
     "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-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-shorthand-properties": "^6.5.0",
     "babel-plugin-transform-es2015-spread": "^6.4.0",