diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-23 06:51:32 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-23 06:51:32 +0900 |
| commit | dd85278d54e7bef392e44ccf22cf49fe595a36d6 (patch) | |
| tree | 44c6f6425605a62ac427c4ca134f984146d7e206 /webpack/module/rules/index.ts | |
| parent | v3194 (diff) | |
| download | misskey-dd85278d54e7bef392e44ccf22cf49fe595a36d6.tar.gz misskey-dd85278d54e7bef392e44ccf22cf49fe595a36d6.tar.bz2 misskey-dd85278d54e7bef392e44ccf22cf49fe595a36d6.zip | |
Fix bug
Diffstat (limited to 'webpack/module/rules/index.ts')
| -rw-r--r-- | webpack/module/rules/index.ts | 2 |
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(), |