summaryrefslogtreecommitdiff
path: root/webpack/module/rules/index.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-13 13:18:03 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-13 13:18:03 +0900
commitc775e7d9659e99db196c956b2f224ec33b8bbaeb (patch)
tree6875babccacf54b435bd3d718c6fba67463059e5 /webpack/module/rules/index.ts
parentwip (diff)
downloadmisskey-c775e7d9659e99db196c956b2f224ec33b8bbaeb.tar.gz
misskey-c775e7d9659e99db196c956b2f224ec33b8bbaeb.tar.bz2
misskey-c775e7d9659e99db196c956b2f224ec33b8bbaeb.zip
wip
Diffstat (limited to 'webpack/module/rules/index.ts')
-rw-r--r--webpack/module/rules/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/webpack/module/rules/index.ts b/webpack/module/rules/index.ts
index 093f07330b..c63da7112d 100644
--- a/webpack/module/rules/index.ts
+++ b/webpack/module/rules/index.ts
@@ -6,8 +6,10 @@ import themeColor from './theme-color';
import vue from './vue';
import stylus from './stylus';
import typescript from './typescript';
+import collapseSpaces from './collapse-spaces';
export default lang => [
+ collapseSpaces(),
i18n(lang),
license(),
fa(),