gornostay25 / svelte-adapter-bun

A SvelteKit adapter for Bun
MIT License
537 stars 34 forks source link

Provide ability to bundle dev dependencies on build #51

Open milkyskies opened 8 months ago

milkyskies commented 8 months ago

See the same issue for the Node adapter here.

notramo commented 1 month 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.