1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 04:35:42 +02:00
This commit is contained in:
syuilo
2018-02-19 14:29:42 +09:00
parent 2fe720c610
commit 469ff88287
8 changed files with 41 additions and 28 deletions

View File

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