Y
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
k__
2218 days ago
AFAICT It allows you to develop without bundling, but for production it still bundles with Parcel.
link
dgoldstein0
2218 days ago
It uses rollup with a bunch of plugins internally.
link