diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-12-08 02:44:50 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-12-08 02:44:50 +0900 |
| commit | a7aa24e7a3127f9dee43b178aeac2c4c6b827e99 (patch) | |
| tree | 81e98d5b33563e881c14fcadf016ebf1d40e8e55 /webpack/module/rules/index.ts | |
| parent | Better English (diff) | |
| download | misskey-a7aa24e7a3127f9dee43b178aeac2c4c6b827e99.tar.gz misskey-a7aa24e7a3127f9dee43b178aeac2c4c6b827e99.tar.bz2 misskey-a7aa24e7a3127f9dee43b178aeac2c4c6b827e99.zip | |
wip
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 9c1262b3d6..79740ce48e 100644 --- a/webpack/module/rules/index.ts +++ b/webpack/module/rules/index.ts @@ -1,4 +1,5 @@ import i18n from './i18n'; +import fa from './fa'; import base64 from './base64'; import themeColor from './theme-color'; import tag from './tag'; @@ -7,6 +8,7 @@ import typescript from './typescript'; export default (lang, locale) => [ i18n(lang, locale), + fa(), base64(), themeColor(), tag(), |