diff --git a/src/components/super/i-static-page/i-static-page.html.ss b/src/components/super/i-static-page/i-static-page.html.ss index 6b16e5463..3248a877d 100644 --- a/src/components/super/i-static-page/i-static-page.html.ss +++ b/src/components/super/i-static-page/i-static-page.html.ss @@ -15,6 +15,8 @@ : canInlineSourceCode = !config.webpack.externalizeInline() : inlineDepsDeclarations = Boolean(config.webpack.dynamicPublicPath()) +: isFatHtml = config.webpack.fatHTML() === 1 +: wrapScripts = inlineDepsDeclarations || isFatHtml : themeAttribute = config.theme.attribute : theme = config.theme.postProcessor ? config.theme.postProcessorTemplate : config.theme.default() @@ -140,14 +142,20 @@