DEV Community

Discussion on: It's Easy to Use: Gulp

Collapse
 
lucis profile image
Lucis

I've used Gulp 4 years ago, and it's a pain having to use it now (my tasks are super complex). I would recommend checking first if Webpack offers what you are after, since it's more recent and comes out of the box with the most popular JS frameworks and scaffholders

Collapse
 
cdadityang profile image
Aditya Nagla

Hey, Thanks for pointing it out. I'm familiar with Webpack(I use it and customize a bit on my react apps). I found Webpack to be a little sophisticated tool, but that is justified provided it solves more complex problems quickly.

For my first article, I wanted to focus on something simple and be more focused on beginners. I think I'll write sometime about Webpack in this series. Thanks again 😀