DEV Community

Discussion on: Almost no config!!! Snowpack ️ + React + TS

Collapse
 
raulfdm profile image
Raul Melo • Edited

Snowpack is conceptually and fundamentally differently from Parcel:

"Snowpack is a modern, lightweight build tool for faster web development. Traditional JavaScript build tools like webpack and Parcel need to rebuild & rebundle entire chunks of your application every time you save a single file. This rebundling step introduces lag between hitting save on your changes and seeing them reflected in the browser. [...]"

snowpack.dev/concepts/how-snowpack...

Collapse
 
matjones profile image
Mat Jones

Yep I know, I was just talking about configuration.