Pooya Parsa
Pooya Parsa
Can you please make a reproduction? 🙏🏼
https://github.com/h3js/h3/pull/1028#issuecomment-2935516547
We already have a raw loader. For sake for Vite consistency, `?raw` seems a good alternative (also there were legacy reasons we were not resolving relative paths, now we don't...
~> https://github.com/unjs/nitro/issues/2390
(reopeniung, since altohugh this is not a bug with unbuild, we might make error tracing better)
Hi. Please take a look at [npm `bundleDependencies`](https://docs.npmjs.com/cli/v9/configuring-npm/package-json#bundledependencies) feature. It is closest to what you want to achieve.
As an alternative idea, we might extract [nitro externals plugin](https://github.com/unjs/nitro/blob/main/src/rollup/plugins/externals.ts) to generate `dist/node_modules` but it seems a super tricky thing at the moment so i don't think we can plan...
Thanks for the updates. Then it probably is worth to keep track in roadmap for `dist/node_modules` support. (self-assigned to track on nitro externals extraction idea)
Please check: https://nitro.build/deploy/providers/vercel#fine-grained-isr-config-via-route-rules (available in Nitro 2.10+)
Yes, it should configure platform primitives to include query params in vercel ISR cache key. Let me know if this worked for you so we can investigate better.