WebPack

Webpack is a module bundler for JavaScript applications, optimizing and managing dependencies for web development.


Webpack takes Blaze modules with dependencies and generates static assets representing those modules. It takes the dependencies and generates a dependency graph allowing a prioritised approach to the delivery of assets (files, images, JavaSCript etc) – this means the loading of assets into the browser can be carefully managed, to optimise render time.

Additionally, WebPack Loaders allow Blaze developers to write custom tasks that they want to perform when bundling files together, for optimal delivery.

License: Open Source (MIT)