Y
Hacker News
new
|
ask
|
show
|
jobs
by
carwyn
1925 days ago
How does this compare to
https://www.snowpack.dev/
?
3 comments
bpierre
1925 days ago
SnowPack is more of an all-in-one kind of tool (with dev server, HMR, etc.). Also it uses esbuild internally :-)
https://www.snowpack.dev/guides/optimize-and-bundle#option-1...
link
picardo
1925 days ago
Snowpack is a bundler, not a build tool. It works with a variety of file formats, and it uses esbuild to compile JS/TS assets.
link
qbasic_forever
1925 days ago
Snowpack uses esbuild internally now, there's a good rundown of it and other awesome snowpack features like streaming imports in their 3.0 release announcement:
https://www.snowpack.dev/posts/2021-01-13-snowpack-3-0
link
https://www.snowpack.dev/guides/optimize-and-bundle#option-1...