Technologies

webpack

Stacks:
  • Back-end
Level: 4

A module bundler on node.js.

It was the best (or the de-facto only) bundler in late 2010s. With config, packaging and deploying projects can be done easily on CI/CD config file.

Since 2020s, the game has changed. Challengers were coming for some weaknesses such as slow build time, large bundled files, or even the concept of bundling, due to the latest versions of browsers. Webpack is not the golden hammer anymore.