bundle-tools
bundle-tools copied to clipboard
<i18n> Block in Nuxt component leads to vite 500 error
Reporting a bug?
When adding a
[vite-node]
[plugin:unplugin-vue-i18n:resource]
[VITE_ERROR]
/components/TestComp.vue?vue&type=i18n&index=0&locale=de-DE&lang.json <br><pre>export default function (Component) { const _Component = Component _Component.__i18n = _Component.__i18n || [] _Component.__i18n.push({ "locale": "de-DE", "resource": { "breadcrumb.home": (()=>{const fn=(ctx) => {const { normalize: _normalize } = ctx;return _normalize(["Startseite"])};fn.source="Startseite";return fn;})() } }) } </pre><br>
Expected behavior
The component is compiled and the translation will be shown.
Reproduction
https://stackblitz.com/edit/bobbiegoede-nuxt-i18n-starter-hrvq7nhs
Issue Package
unplugin-vue-i18n
System Info
System:
OS: Linux 5.0 undefined
CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Memory: 0 Bytes / 0 Bytes
Shell: 1.0 - /bin/jsh
Binaries:
Node: 18.20.3 - /usr/local/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 10.2.3 - /usr/local/bin/npm
pnpm: 8.15.6 - /usr/local/bin/pnpm
Screenshot
No response
Additional context
No response
Validations
- [X] Read the Contributing Guidelines.
- [X] Read the README
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [X] Check that this is a concrete bug. For Q&A open a GitHub Discussion.
Seems like "@intlify/unplugin-vue-i18n" is already a dep of "@nuxt/i18n" which handles everything internally for bundling translations from i18n custom block in SFC.
Seems like everything works properly when you remove @intlify/unplugin-vue-i18n from nuxt.config.ts