1.11.0
Allow plugins to force inclusion of the slim dynamic loader
steal-tools
analyses the dependency graph and makes it so the slim loader is able to progressively load bundle when it detects there are multiple bundles written out.
It is possible that even with a single bundle, during runtime modules like done-autorender
try to (dynamically) load modules in the main bundle.
This feature release allows plugin to set up a flag and "force" the dynamic loading features on the slim loader.