I
I
Igor2018-11-12 13:04:31
Frontend
Igor, 2018-11-12 13:04:31

Is it ok to use webpack and gulp?

Is it ok to use this link?
Or is webpack able to completely cover all the features of the task runner?
How do normal companies feel about this?
The reason is that Gulp is much faster at some points or due to the fact that I just got to webpack now, I may not be configuring it well.
And I can’t find a starter kit for webpack at all.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Timofeev, 2018-11-12
@xandri

webpack is primarily for js, while gathering and manipulating css, less, etc. It's easier to do with gulp. So it is quite possible that somewhere it is convenient to use both, somewhere only one, somewhere only the second.
Perhaps if there is a webpack black belt, you can only use it everywhere, but I have a feeling that everything that is not about js in it is through jo.u (through 45 plugins). So I use gulp + webpack.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question