You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across Farm the other day and heavily considering using it for a couple of my projects since the build times are better than Vite's - really loving the boost in performance :) I am a little concerned about the base bundle size.
The ./dist/ of bun create vite bare-vite-svelte --template svelte-ts is about 15KB, whilst the equivalent bundle for Farm is about 180KB.
(icons excluded, source maps disabled)
Do you have any pointers for how to reduce this bundle size / any updates on this feature request?
What problem does this feature solve?
Currently Farm emits runtime when bundling library, it makes output bloated
see #250
What does the proposed API look like?
Rollup/Esbuild style output
The text was updated successfully, but these errors were encountered: