From 469ff88287086d91444aafcfa94b1d61e16fe3f9 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 19 Feb 2018 14:29:42 +0900 Subject: wip --- webpack/plugins/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webpack/plugins') diff --git a/webpack/plugins/index.ts b/webpack/plugins/index.ts index a29d2b7e2f..027f60224f 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