Maximization / nodejs-toolbox-catalog

Catalog of categories and libraries for Node.js Toolbox
https://nodejstoolbox.com
MIT License
258 stars 38 forks source link

Update bundlers.json #30

Closed etroynov closed 1 year ago

etroynov commented 1 year ago

Added some missed bundlers.

Thank you for contributing to the Node.js Toolbox catalog! 🙏

Note: Node.js Toolbox is specifically for backend libraries. If a library works both in the browser AND in Node.js feel free to add it. Libraries that work ONLY in the browser are out of scope for now.

Before submitting your pull request, please make sure:

Maximization commented 1 year ago

@etroynov Thanks for your contribution!

Snowpack and Brunch are no longer maintained so I'd rather not include them.

Grunt and Gulp are actually task runners not bundlers. Task runners aren't that popular as they used to be anymore so not sure how useful it would be to add it as a category. What do you think?

etroynov commented 1 year ago

Hi,

Sry for the delay.

But in my company, we have about 20 projects wich still use gulp and we using it not because our projects are old. All these projects just do a daily routine and gulp it the best options for it.

I understand that right now nobody will recommend it for your new shiny web project, but if you need to do some simple thing such as convert a huge amount of file, or reduce the size of something, gulp might be the best option for it, just because it is so simple.

Task runners aren't that popular as they used to be anymore so not sure how useful it would be to add it as a category. What do you think?

Sounds great