diff --git a/.babelrc b/.babelrc index 5cf88c06..8706c3c8 100644 --- a/.babelrc +++ b/.babelrc @@ -10,10 +10,7 @@ }, "esm": { "presets": [ - ["@babel/es2015", {modules: false}], - [ "minify", { - "mangle": false - }] + ["@babel/es2015", {modules: false}] ] }, "es6": { @@ -28,9 +25,6 @@ "node": "8" }, "modules": false - }], - [ "minify", { - "mangle": false }] ] }, diff --git a/package.json b/package.json index 2afa020d..2d93b78b 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,6 @@ "babel-plugin-istanbul": "^4.1.1", "babel-plugin-transform-runtime": "^6.23.0", "babel-plugin-version-inline": "^1.0.0", - "babel-preset-minify": "^0.4.0-alpha.caaefb4c", "eslint": "^3.0.0", "eslint-config-uber-es2015": "^3.0.0", "eslint-config-uber-jsx": "^3.0.0",