DEV Community

Discussion on: What are some useful npm packages I might not know about?

Collapse
 
letsbsocial1 profile image
Maria Campbell

You can also get rid of task runners by using only webpack along with its loaders and plugins. With webpack 2 and beyond, the webpack team's goal has been to do just that. Be the alternative to task runners like Gulp and Grunt. Especially when working with libraries like React for example.