Refactoring
This commit is contained in:
parent
e237c53766
commit
fb70e3b176
12 changed files with 202 additions and 121 deletions
11
webpack/module/rules/index.ts
Normal file
11
webpack/module/rules/index.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import i18n from './i18n';
|
||||
import themeColor from './theme-color';
|
||||
import tag from './tag';
|
||||
import stylus from './stylus';
|
||||
|
||||
export default (lang, locale) => [
|
||||
i18n(lang, locale),
|
||||
themeColor(),
|
||||
tag(),
|
||||
stylus()
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue