This commit is contained in:
syuilo 2018-02-18 18:49:44 +09:00
parent 1c72c109ce
commit aefb0f3833

View File

@ -9,7 +9,7 @@ const isProduction = env === 'production';
export default (version, lang) => {
const plugins = [
//new HardSourceWebpackPlugin(),
new HardSourceWebpackPlugin(),
consts(lang)
];