1.11.1
This patch release fixes a couple of issues with the slim loader:
a) Plugins (like steal-css) were only used on statically imported modules; dynamically loaded modules might need plugins to be loaded first, too. #934
b) Shared bundles were only loaded for entry point bundles, but some dynamically loaded bundles might also need shared bundles to be loaded first. #936
💥 🚀