M
M
MRcracker2021-03-24 22:36:47
gulp.js
MRcracker, 2021-03-24 22:36:47

When in a project is it better to use gulp to build, and when is it better to use webpack?

Hello. Tell me, in which projects is it better to use gulp for building, and in which webpack?

I understand that these tools have different approaches to work and, accordingly, goals, but I don’t quite understand in which cases webpack is better suited for a project than gulp.

I had to use them in the project in conjunction, since gulp does not understand modern js tags, but because of this I don’t see the point of including webpack completely in the project.

As a newbie, I've only seen so far that webpack is more difficult to set up to work in a project than gulp.

Thanks for answers))))

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan V, 2021-03-25
@MRcracker

In short:
Gulp - when you just need to do some layout and some js.
Webpack - when you need to make a web application.
The topic is holivar and has been raised many times already
Differences between webpack and gulp?
Why is Gulp/Webpack needed?
Why is webpack better than gulp/grunt?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question