diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-15 23:07:19 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-15 23:07:23 +0900 |
| commit | a7601f7aa493db5d96b66fbbf79e92ff54c4ff28 (patch) | |
| tree | d9be1db31dea154ca3e9141277f63f77d630be5f /webpack/module/rules/index.ts | |
| parent | wip (diff) | |
| download | sharkey-a7601f7aa493db5d96b66fbbf79e92ff54c4ff28.tar.gz sharkey-a7601f7aa493db5d96b66fbbf79e92ff54c4ff28.tar.bz2 sharkey-a7601f7aa493db5d96b66fbbf79e92ff54c4ff28.zip | |
wip
Diffstat (limited to 'webpack/module/rules/index.ts')
| -rw-r--r-- | webpack/module/rules/index.ts | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/webpack/module/rules/index.ts b/webpack/module/rules/index.ts index c4442b06cd..1ddebacffa 100644 --- a/webpack/module/rules/index.ts +++ b/webpack/module/rules/index.ts @@ -1,18 +1,16 @@ import i18n from './i18n'; import fa from './fa'; //import base64 from './base64'; -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), - fa(), + //collapseSpaces(), + //i18n(lang), + //fa(), //base64(), - themeColor(), vue(), stylus(), typescript() |