From e1569105cb40e46d389f5940e7d569a4d39b226b Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sun, 11 Mar 2018 10:14:48 +0900 Subject: disable minify --- webpack.config.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index fc5ef5e..e384d5a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,4 +1,3 @@ -const MinifyPlugin = require("babel-minify-webpack-plugin"); const HtmlWebpackPlugin = require('html-webpack-plugin'); const path = require('path'); @@ -57,8 +56,5 @@ config = { }) ] }; -if (process.env.NODE_ENV === 'production') { - config.plugins.push(new MinifyPlugin()); -} module.exports = config -- cgit v1.2.3