diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-05-25 16:44:44 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-05-25 16:44:44 +0900 |
| commit | c4598c26064bf98f1ec80afbf81faf423929be11 (patch) | |
| tree | a74c18ea04dbbaeb750194a61078b6787b228d8a /webpack/plugins | |
| parent | Disable minification temporaly (Fuck Webkit) (diff) | |
| download | sharkey-c4598c26064bf98f1ec80afbf81faf423929be11.tar.gz sharkey-c4598c26064bf98f1ec80afbf81faf423929be11.tar.bz2 sharkey-c4598c26064bf98f1ec80afbf81faf423929be11.zip | |
Fix
Diffstat (limited to 'webpack/plugins')
| -rw-r--r-- | webpack/plugins/index.ts | 4 |
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 = [ |