Skip to content
Snippets Groups Projects
Commit fe1e01a1 authored by syuilo's avatar syuilo
Browse files

Disable minification due to artifacts

parent 8dd2e310
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ const StringReplacePlugin = require('string-replace-webpack-plugin');
import constant from './const';
import hoist from './hoist';
import minify from './minify';
//import minify from './minify';
import banner from './banner';
const env = process.env.NODE_ENV;
......@@ -16,7 +16,7 @@ export default (version, lang) => {
];
if (isProduction) {
plugins.push(minify());
//plugins.push(minify());
}
plugins.push(banner(version));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment