From 7612db15e08c48665ab3a9a07b349c2743f1e84b Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Tue, 23 Jun 2015 14:59:29 +0200 Subject: [PATCH] Do not use babel-plugin-closure-elimination. --- .babelrc | 4 ---- package.json | 1 - 2 files changed, 5 deletions(-) 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",