Answer the question
In order to leave comments, you need to log in
What is the advantage of webpack over gulp?
I don’t understand why frameworks use webpack, developers use webpack for SPA, because it is not convenient, it is tied to a specific js file. At the same time, gulp is very flexible - you can make all the functionality in a couple of lines like in webpack (modules, browserify, babel), even many times more, besides, you can make a dynamic architecture, make a bundle into any files, etc. d. Why is everyone using WebPack for applications and gulp at the core for layout?
Answer the question
In order to leave comments, you need to log in
webpack is a bundler
gulp is a task runner
these are different tools and they solve different tasks
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question