1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-11-27 14:28:49 +09:00
This commit is contained in:
syuilo 2018-02-18 18:49:44 +09:00
parent 455f70ef50
commit 211b62eb92

View File

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