mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-01 08:19:53 +09:00
Refactoring
This commit is contained in:
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()
|
||||
];
|
Reference in New Issue
Block a user