State of the Project
August 21, 2019 ยท View on GitHub
Although baler is actively being developed, it is not yet feature complete or considered to be production ready.
Completed
- Generation of
core-bundle.jsfor allfrontendarea themes - Discovery of all statically-analyzable dependencies in
.phtmlfiles
Incomplete
- 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)
How to Load Bundles?
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.