Hacker News new | ask | show | jobs
by 0az 2218 days ago
How does Snowpack compare to Rollup? I use Rollup because it's light-weight and dependency-free.
2 comments

AFAICT It allows you to develop without bundling, but for production it still bundles with Parcel.
It uses rollup with a bunch of plugins internally.