Daniel Roe

Results 2592 comments of Daniel Roe

@bernhardberger Could you open an issue with a reproduction on https://github.com/nuxt/nuxt ? 🙏

Vite adds those additional lines, not Nuxt.

The reproduction runs fine at the moment - and I think this would have been a (now-resolved) Nuxt bug: see https://github.com/nuxt/nuxt/blob/main/packages/schema/src/config/common.ts#L480. If you still experience it, please do open a...

resolved in https://github.com/nuxt/test-utils/commit/094acb299cc95c42154757bd0687806984e5ded0

The issue here is likely caused by you _exporting_ those types from your module entrypoint. (However they should be treated as externals and not resolved further, so I regard it...

I suspect this is due to new deployments and failing to load a dynamic chunk after a new deployment occurs, which might have invalidating existing public assets. We currently handle...

The next release of Nuxt v3 will ship a significant fix to this - hopefully you might be able to avoid custom solutions then 🙏 (Let me know if that...

This should now be resolved in https://github.com/nuxt/test-utils/pull/1025.

You can pass a options object to `createPage` which includes a way to configure cookies (via `storageState.cookies`).