sandbox - some tweaks around loading modules lazy if possible(semver-umd)

This commit is contained in:
Benjamin Pasero
2020-08-25 09:28:18 +02:00
parent 8ba70d8bdc
commit 302e86a132
3 changed files with 4 additions and 6 deletions

View File

@@ -62,9 +62,7 @@ bootstrapWindow.load([
{
removeDeveloperKeybindingsAfterLoad: true,
canModifyDOM: function (windowConfig) {
if (!bootstrapWindow.globals().context.sandbox) {
showPartsSplash(windowConfig); // TODO@sandbox non-sandboxed only
}
showPartsSplash(windowConfig);
},
beforeLoaderConfig: function (windowConfig, loaderConfig) {
loaderConfig.recordStats = true;