diff --git a/.babelrc b/.babelrc index 11b103ba7..5e9978a41 100644 --- a/.babelrc +++ b/.babelrc @@ -11,9 +11,5 @@ "es7.exportExtensions", "es7.functionBind", "runtime" - ], - "plugins": [ - // Disabled due to https://github.com/codemix/babel-plugin-closure-elimination/issues/1 - // "closure-elimination" ] } diff --git a/package.json b/package.json index f0ba30f3b..76424baaa 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,6 @@ }, "devDependencies": { "babel-eslint": "^3.1.9", - "babel-plugin-closure-elimination": "0.0.1", "dependency-check": "^2.4.0", "gulp": "git://github.com/gulpjs/gulp#4.0", "gulp-babel": "^5",