DEV Community

Discussion on: Parcel.js: Who says bundling needs to be difficult?

Collapse
 
matteojoliveau profile image
Matteo Joliveau

Webpack 4 is fully config-less too. Just have index.html, src/index.js and package.json in your root and it will build the whole project in a breeze, while maintaining compatibility with the whole plugin ecosystem if you need to customize your build.

Collapse
 
iam_timsmith profile image
Tim Smith

I’ll have to check that one out! I’ve had good luck with Parcel so my search stopped there. Thanks for the heads up.