From 0a19b484382dce1b8b0d489fd3c983b4ab5c1921 Mon Sep 17 00:00:00 2001 From: Bogdan Chadkin Date: Sat, 15 Sep 2018 02:15:20 +0300 Subject: [PATCH] Remove minify to make the code debuggable (#593) --- .babelrc | 8 +------- package.json | 1 - 2 files changed, 1 insertion(+), 8 deletions(-) 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",