1.10.2
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.