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