Daniel Roe
Daniel Roe
does this sound like a vue ssr bug?
the process.exit(0) issue was fixed in the latest nuxt cli (included in 4.0.1) but you need to provide new permissions to deno to access your tmpdir, which would be via...
this seems like a browser bug. the importmap shouldn't affect the browser's knowledge of the file - it's pointing `#entry` -> the actual file (which _does_ have a unique name...
the hash of the entry _does_ change. please provide a reproduction so I can see the issue. 🙏
@Zhanahmetova please note that this feature does not work on Safari < 16.4. Please see [release notes of v4.1 or v3.19](https://github.com/nuxt/nuxt/releases/tag/v4.1.0) for how to configure vite to target Safari <...
ah, I misunderstood the issue you were reporting if the same file name is produced with different content then that could be be a rollup bug (or possibly an issue...
Yes, `@nuxt/eslint-config` should work 👍
It's an eslint config rather than a Nuxt module so you will need to configure it in your eslintrc. Details should be in the README of this repository.
I don't think it's a twoslash bug - it's just that twoslash is running in the context of the root `nuxt.config.ts` (in the monorepo) so if you want strong typing...
weird - the only thing updated in the lockfile was `yaml`