Hacker News new | ask | show | jobs
by unphased 1966 days ago
To pile onto your point, webpack is clearly on its way out, it's all about snowpack now (afaik). I never got a chance to get into learning webpack, and I'm glad now. Throws hands up
1 comments

Just recently I had to switch a project from snowpack to webpack because adding the features I needed to snowpack added up to too much additional work.

Like parcel snowpack works great when you can use it. Hoping it catches on because I really loved how fast it was.