Although baler
is actively being developed, it is not yet feature complete or considered to be production ready.
- Generation of
core-bundle.js
for allfrontend
area themes - Discovery of all statically-analyzable dependencies in
.phtml
files
- Graph Preloading (depends on #3 and #1)
- Support for > 1 locale (depends on #2, but easy to work around by manually copying artifacts from first locale)
- Minification (depends on #4, but trivial to work around)
The module (#1) that is needed to load bundles is currently in development. For the time being, you can load core-bundle.js
by making layout modifications to replace requirejs-config.js
with requirejs-bundle-config.js
.