@zengenti/contensis-react-base 3.0.0-beta.66 → 3.0.0-beta.67

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.
@@ -3821,7 +3821,7 @@ const getBundleTags = (loadableExtractor, scripts, staticRoutePath = 'static') =
3821
3821
 
3822
3822
  if (loadableExtractor) {
3823
3823
  const legacyScriptTags = loadableExtractor === null || loadableExtractor === void 0 ? void 0 : loadableExtractor.legacy.getScriptTags({
3824
- nomodule: true
3824
+ nomodule: 'nomodule'
3825
3825
  });
3826
3826
  const modernScriptTags = loadableExtractor === null || loadableExtractor === void 0 ? void 0 : loadableExtractor.modern.getScriptTags({
3827
3827
  type: 'module'