Answer the question
In order to leave comments, you need to log in
What are the benefits of using Webpack + Gulp?
Hello! I'm just starting to get into the topic of project assemblies. I settled on Webpack, but I see webpack + gulp being used a lot. I can not find information about the advantages of this tandem. Who is in the subject, please explain and if there are examples (not one connected file, but a small project at least) I will be very grateful.
Answer the question
In order to leave comments, you need to log in
webpack bundler and should not be able to do anything else. The fact that there are plugins that allow you to run tasks is cool, but still not.
Personally, I use gulp to orchestrate everything that I use, run tests, prepare the build (packaging, etc.) and so on. Some of the tasks are not related to bundling, and therefore I don’t really want to shove it into webpack.
webpack is an incredibly powerful thing for building a java script, I personally use gulp to build the entire project, and webpack acts as a separate task for building a bundle there
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question