A translation that has the '@' symbol in the JSON translation file an error will occur #206
Open
4 tasks done
Labels
Status: Review Needed
Request for review comments
Reporting a bug?
If there is a translation in a translation file (e.g. 'en.json') that contains the symbol
@
the loader will return the errorModule build failed: Error: Final loader (./node_modules/@intlify/vue-i18n-loader/lib/index.js) didn't return a Buffer or String
. It seems likevue-i18n-loader
does not realize it is text.Expected behavior
I expect my translations to be displayed on the page, not to receive an error message.
Reproduction
I ran this using the runtime version of vue-i18n (vue-i18n/dist/vue-i18n.runtime.esm-bundler.js), @intlify/vue-i18n-loader and webpack.
System Info
Screenshot
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: