From dd85278d54e7bef392e44ccf22cf49fe595a36d6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 23 Nov 2017 06:51:32 +0900 Subject: Fix bug --- webpack/module/rules/index.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'webpack/module/rules/index.ts') diff --git a/webpack/module/rules/index.ts b/webpack/module/rules/index.ts index 0006f622d2..9c1262b3d6 100644 --- a/webpack/module/rules/index.ts +++ b/webpack/module/rules/index.ts @@ -1,5 +1,4 @@ import i18n from './i18n'; -import consts from './consts'; import base64 from './base64'; import themeColor from './theme-color'; import tag from './tag'; @@ -8,7 +7,6 @@ import typescript from './typescript'; export default (lang, locale) => [ i18n(lang, locale), - consts(lang), base64(), themeColor(), tag(), -- cgit v1.2.3-freya