fix i18n for good??

This commit is contained in:
Henry Jameson 2022-04-06 15:45:44 +03:00
parent 78817e37f7
commit bd77f3a1a6
2 changed files with 12 additions and 11 deletions

View file

@ -59,6 +59,15 @@ module.exports = {
}
}
},
{
enforce: 'post',
test: /\.(json5?|ya?ml)$/, // target json, json5, yaml and yml files
type: 'javascript/auto',
loader: '@intlify/vue-i18n-loader',
include: [ // Use `Rule.include` to specify the files of locale messages to be pre-compiled
path.resolve(__dirname, '../src/i18n')
]
},
{
test: /\.vue$/,
loader: 'vue-loader',
@ -99,14 +108,6 @@ module.exports = {
}
}
},
{
test: /\.(json5?|ya?ml)$/, // target json, json5, yaml and yml files
type: 'javascript/auto',
loader: '@intlify/vue-i18n-loader',
include: [ // Use `Rule.include` to specify the files of locale messages to be pre-compiled
path.resolve(__dirname, 'src/i18n')
]
},
]
},
plugins: [