| After years of configuring webpack for various projects I have finally decided to migrate all my projects to Parcel[1] manly because I got tired of creating and maintaining hundreds of lines of webpack.config.js files, I wanted something that just works. I am really happy with that decision. Parcel is plenty fast and is pretty much zero config, I can use it to build libraries[2] as well as applications[3] for the browser and node. I am manly building client side react applications, so your mileage may vary. [1] https://parceljs.org/ [2] https://parceljs.org/getting-started/library/ [3] https://parceljs.org/getting-started/webapp/ |
https://github.com/parcel-bundler/parcel/issues/6310