Open milkyskies opened 8 months ago
Why bundle dev dependencies? Put the prod dependencies in to dependencies
and only use dev for tooling like Biome, Lefthook, svelte-check, and TypeScript.
However, this only seem to be a wording issue, as bundling the prod deps would be still relevant.
See the same issue for the Node adapter here.