summaryrefslogtreecommitdiff
path: root/webpack/plugins
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-05-25 16:44:44 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-05-25 16:44:44 +0900
commitc4598c26064bf98f1ec80afbf81faf423929be11 (patch)
treea74c18ea04dbbaeb750194a61078b6787b228d8a /webpack/plugins
parentDisable minification temporaly (Fuck Webkit) (diff)
downloadsharkey-c4598c26064bf98f1ec80afbf81faf423929be11.tar.gz
sharkey-c4598c26064bf98f1ec80afbf81faf423929be11.tar.bz2
sharkey-c4598c26064bf98f1ec80afbf81faf423929be11.zip
Fix
Diffstat (limited to 'webpack/plugins')
-rw-r--r--webpack/plugins/index.ts4
1 files changed, 3 insertions, 1 deletions
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 = [