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