19 ms·
I switched from Webpack to Parcel (https://parceljs.org/ https://parceljs.org/), it requires far less configuration (only command line parameters for me) and ru
by freddex 7y ago
I switched from Webpack to Parcel (https://parceljs.org/ https://parceljs.org/), it requires far less configuration (only command line parameters for me) and runs faster. It's "batteries included", and I find it's enough for most of my applications.