diff options
Diffstat (limited to 'webpack/module/rules/index.ts')
| -rw-r--r-- | webpack/module/rules/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webpack/module/rules/index.ts b/webpack/module/rules/index.ts index 79740ce48e..b6a0a5e2ec 100644 --- a/webpack/module/rules/index.ts +++ b/webpack/module/rules/index.ts @@ -1,4 +1,5 @@ import i18n from './i18n'; +import license from './license'; import fa from './fa'; import base64 from './base64'; import themeColor from './theme-color'; @@ -8,6 +9,7 @@ import typescript from './typescript'; export default (lang, locale) => [ i18n(lang, locale), + license(), fa(), base64(), themeColor(), |