Agnieszka Gawrys
Agnieszka Gawrys
# ↪️ Pull Request This PR fixes dumpGraphToGraphViz when dumping `BundleGraph` from within `ExperimentalBundler` since sourceBundles are now type `Set` and not `Array` This is for debugging purposes.
# ↪️ Pull Request Right now, the new bundler (experimental), will re-use async bundles as shared bundles. This means they have a bundle root Asset ( aka main entry asset)...
# 🐰 Pull Request This PR address experimental bundler issues with CompiledCss extraction enabled. **Problem 1** was that upon internalization of async bundles, we allowed for orphans to be left...
# ↪️ Pull Request This PR adds more configuration to the `unstable_manualSharedBundle` feature for the bundle. Users can now specify an array of `"loadedBy"` Bundles for a manualSharedBundle. The `loadedBy`...