From 211b62eb9203f4139a7b125bb6e04fa03d889bdd Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 18 Feb 2018 18:49:44 +0900 Subject: wip --- webpack/plugins/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webpack') diff --git a/webpack/plugins/index.ts b/webpack/plugins/index.ts index 027f60224f..a29d2b7e2f 100644 --- a/webpack/plugins/index.ts +++ b/webpack/plugins/index.ts @@ -9,7 +9,7 @@ const isProduction = env === 'production'; export default (version, lang) => { const plugins = [ - //new HardSourceWebpackPlugin(), + new HardSourceWebpackPlugin(), consts(lang) ]; -- cgit v1.2.3-freya