From: Geoff Kimball Date: Tue, 23 Feb 2016 23:48:48 +0000 (-0800) Subject: Remove Babel module transform plugins that aren't being used X-Git-Tag: v6.2.0~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92517799af7e09e4abf39d9d78d62f2d8fb9fce6;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remove Babel module transform plugins that aren't being used --- diff --git a/.babelrc b/.babelrc index 82695dcd0..b673dfc05 100644 --- 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", diff --git a/package.json b/package.json index efec7d129..856bbdb1b 100644 --- a/package.json +++ b/package.json @@ -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",