Anthony Fu
Anthony Fu
I don't mind downgrading execa, but for future-proof I'd also suggest you to upgrade your node. PR Welcome :)
I am open to that, but I got a few questions: - Is `bit` a near 1:1 replacement to the other package manager? (I supposed it's powered by `pnpm` underneath...
Regardless of spec, I tend to prefer the `as` option as it's more semantically readable. `{ as: 'raw' }` vs `{ query: '?raw' }`. Also, I am a bit worried...
We already have the mechanism to measure the performance and auto-downgrade to some extent. If that is still not enough, I guess a configuration entry might be an idea, the...
https://github.com/nuxt/assets/blob/aa803dceebb99a83b65401bcf90c259bc0d63a62/packages/templates/templates/loading/index.html#L103-L109
If you see a better way to detect the performance mode, for sure PR would be appreciated :)
That sounds not bad to me. I guess we could have it, or if you have any other opinions @danielroe?
As for prior art, @userquin and I are doing experiments for type auto imports on `unplugin-auto-import`: https://github.com/antfu/unplugin-auto-import/pull/62 Unfortunately, I don't think we have achieved a good enough solution, once we...
It might have something to do with vite-node. I will have a look.
Encountered the same. The error comes from `nuxt-root.vue`, so I looked up the transformed code with `VITE_NODE_DEBUG_DUMP=true pnpm dev` The snippet of the error code in `nuxt3/dist/app/components/nuxt-root.vue:76:16` is: ```ts //...