Dominik G.

Results 354 comments of Dominik G.

If you are a current user of svelte.config.cjs and have a continued need for it, please share here.

it should be consistent by route I think. If some dynamic values have a need for different trailing, can you use param matchers to discriminate? `[slug=slugNoTrailing]` `[slug=slugWithTrailing]`

a separate adapter-node-rolldown that is later turned into a new major of adapter-node makes sense i think. People who wanna try can then override it via npm alias, similar to...

added empty css chunks https://github.com/vitejs/rolldown-vite/issues/267

added "css is not applied" and reformatted so that issue status is rendered on link

marked https://github.com/vitejs/rolldown-vite/issues/213 as resolved, local testing with [email protected] shows css applied, emitted css for `enableNativePlugin: true` is equal to `enableNativePlugin: false`

added https://github.com/rolldown/rolldown/issues/6945

yes. You can keep the cache key stable and just download those that have changed + update the cache. as a user i feel thats a lot less surprising than...

come to think of it, you could even change the caching strategy to version based first, with a possible throttle time to allow users to skip the version lookup (should...

it appears that pnpm@10 implemented this. https://github.com/pnpm/pnpm/pull/8811 thanks!