@zengenti/contensis-react-base 3.0.0-beta.63 → 3.0.0-beta.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3835,7 +3835,7 @@ const getBundleTags = (loadableExtractor, scripts, staticRoutePath = 'static') =
|
|
|
3835
3835
|
|
|
3836
3836
|
if (loadableExtractor) {
|
|
3837
3837
|
const legacyScriptTags = loadableExtractor === null || loadableExtractor === void 0 ? void 0 : loadableExtractor.legacy.getScriptTags({
|
|
3838
|
-
|
|
3838
|
+
nomodule: true
|
|
3839
3839
|
});
|
|
3840
3840
|
const modernScriptTags = loadableExtractor === null || loadableExtractor === void 0 ? void 0 : loadableExtractor.modern.getScriptTags({
|
|
3841
3841
|
type: 'module'
|