10 lines
215 B
JavaScript
10 lines
215 B
JavaScript
module.exports = {
|
|
vueFilesPath: './src/**/{*.?(js|ts|vue),.i18nignore}',
|
|
languageFilesPath: './src/locales/*.json',
|
|
options: {
|
|
output: false,
|
|
add: false,
|
|
dynamic: true,
|
|
},
|
|
}
|