summaryrefslogtreecommitdiff
path: root/webpack/module/rules/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webpack/module/rules/index.ts')
-rw-r--r--webpack/module/rules/index.ts2
1 files changed, 0 insertions, 2 deletions
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(),