DEV Community

Discussion on: I'm having some "not this again" feelings with Parcel, how should I be feeling about this tool?

Collapse
 
matteojoliveau profile image
Matteo Joliveau

Well, Parcel would be interesting if it wasn't for Webpack 4, which is config-less (or better, it is strongly designed to work in a convention-over-configuration way to the point that if you follow its way of thinking you need little to no configuration) the same way Parcel is.

Put together a folder with package.json, index.html and src/index.js and run webpack from the command line. Your webpack project is served.