Skip to content

1.11.1

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

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

💥 🚀