We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@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())
The text was updated successfully, but these errors were encountered:
Thank you for this issue. There has not been a lot of activity here for a while. Has this been resolved?
Sorry, something went wrong.
No branches or pull requests
@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
The text was updated successfully, but these errors were encountered: