Skip to content

1.10.2

Compare
Choose a tag to compare
@m-mujica m-mujica released this 05 Jan 18:30
· 312 commits to master since this release

This fixes a problem with optimized builds when user code dynamically loads a module bundled in the main bundle.

The slim loader will now flag the main bundle as already loaded, e.g:

var loadedBundles = { 6: LOADED };

The loader checks loadedBundles before trying to append a script tag when loading bundles in the browser, flagging the main bundle as loaded prevents the loader to throw.