Daniel Roe
Daniel Roe
`target` is not used in Nuxt 3. The other issues stem from a change of behaviour in that 'stub' files are not being rendered when there are errors or redirects...
If what you want to do is remove it from _autocomplete_ then you can do this: ```js export default defineNuxtConfig({ hooks: { 'prepare:types' ({ tsConfig }) { const aliasesToRemoveFromAutocomplete =...
`` isn't a magic string. It needs to be the actual path to your root directory.
Would you check if you have any service workers installed? Try an incognito tab and see if that is any different. For anything else, I'd probably need to see a...
(You can also try pinning the version of vue you're using by installing it explicitly or using npm overrides or yarn resolutions.)
Well, let me know how it goes :blush:
@BobidaHombre You are welcome to do so; the best thing, however, is to create a shareable minimal github repository or stackblitz. See [the documentation](https://v3.nuxtjs.org/community/reporting-bugs/#create-a-minimal-reproduction) for how to create a minimal...
`build.transpile` only supports RegExp + strings in Vite. (The function is used for `webpack` builder only.) Do you think it's worth adding support for it to vite builder too @pi0?...
We likely need to move it from https://github.com/nuxt/framework/blob/09c42fd886f1a35f7cd8f400711cd889876828ad/packages/vite/src/vite.ts#L43 to https://github.com/nuxt/framework/blob/5855ba4684e36eb1e785f377d034277f008bc92a/packages/vite/src/server.ts#L50 and https://github.com/nuxt/framework/blob/720da64b1208756d81ea4f8e651e8089f73c180f/packages/vite/src/client.ts#L42.
Would you provide a reproduction? 🙏