chunky-monkey - :banana: Chunky Monkey - Analysis Tool for Webpack Chunks... (more…)
Read more »
One of the signature features of webpack is its use of the “dependency graph” to manage and bundle assets. However, each resource that is loaded into webpack must be treated as JavaScript. Until now. (more…)
Read more »
Symfony Encore is a wrapper for the JavaScript module bundler Webpack. It is used to package Front End assets like JavaScript, CSS and images for browser consumption. It provides an opinionated way to add front end builds to Symfony projects. Before… (more…)
Read more »
webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset. (more…)
Read more »