Webpack is now a must for development projects, but in the process of learning node.js, I also learned gulp and grunt. I only know how to use them, but I don’t know the differences and their respective advantages and disadvantages.
Can everyone talk about it?
grunt configuration is complex and heavy, and seems to be used by early companies.
gulp has light configuration, simple and easy to understand, compression format, asynchronous tasks, etc. It is a front-end building tool.
Webpack’s situation is different from those two, it’s not the same thing. . .