Skip to content

1.11.0

Compare
Choose a tag to compare
@m-mujica m-mujica released this 30 Jan 19:24
· 292 commits to master since this release

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.