Refactoring
This commit is contained in:
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)
|
||||
});
|
Reference in New Issue
Block a user