force runtime build of i18n

This commit is contained in:
Henry Jameson 2022-04-06 11:30:42 +03:00
parent 2b0dd2cbae
commit 78817e37f7
3 changed files with 37 additions and 62 deletions

View file

@ -38,7 +38,8 @@ module.exports = {
'static': path.resolve(__dirname, '../static'),
'src': path.resolve(__dirname, '../src'),
'assets': path.resolve(__dirname, '../src/assets'),
'components': path.resolve(__dirname, '../src/components')
'components': path.resolve(__dirname, '../src/components'),
'vue-i18n': 'vue-i18n/dist/vue-i18n.runtime.esm-bundler.js'
}
},
module: {