From c4598c26064bf98f1ec80afbf81faf423929be11 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 25 May 2017 16:44:44 +0900 Subject: Fix --- webpack/plugins/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'webpack/plugins') diff --git a/webpack/plugins/index.ts b/webpack/plugins/index.ts index 097ee8c87f..3581f61b5e 100644 --- a/webpack/plugins/index.ts +++ b/webpack/plugins/index.ts @@ -1,11 +1,13 @@ const StringReplacePlugin = require('string-replace-webpack-plugin'); import constant from './const'; -import minify from './minify'; +//import minify from './minify'; import banner from './banner'; +/* const env = process.env.NODE_ENV; const isProduction = env === 'production'; +*/ export default version => { const plugins = [ -- cgit v1.2.3-freya