Open gimler opened 1 year ago
@intlify/vue-i18n-loader is deprecated and with the new one @intlify/unplugin-vue-i18n all my images and fonts are broken ;(
@intlify/vue-i18n-loader
@intlify/unplugin-vue-i18n
the deprecated works
.addRule({ resourceQuery: /blockType=i18n/, type: 'javascript/auto', loader: '@intlify/vue-i18n-loader' })
with the new one all my images and fonts are broken in the build folder
const VueI18nPlugin = require('@intlify/unplugin-vue-i18n/webpack') ... .addPlugin(VueI18nPlugin())
Thank you for this issue. There has not been a lot of activity here for a while. Has this been resolved?
@intlify/vue-i18n-loader
is deprecated and with the new one@intlify/unplugin-vue-i18n
all my images and fonts are broken ;(the deprecated works
with the new one all my images and fonts are broken in the build folder