DEV Community

Discussion on: Grunt then Gulp then Webpack now Parcel 🤖🔥🤔

Collapse
 
js2me profile image
Sergey S. Volkov • Edited

Gulp and grunt are not forgotten, some libraries and "legacy" projects still using these things for build.

Each tool for build application like gulp, rollup, grunt, webpack or parcel have own unique opportunities. For example gulp have ability of creating "custom" tasks which can do build or something else like logging. Webpack have ability to adding/creating custom loaders (not only webpack, but still).

And in summarize I can say that all things even not hyped still have popularity and unique features

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

I particularly liked gulp, it's not really in the same space as Webpack in truth. A bundler vs a task runner, a Car vs a Motorcycle.