@wavemaker/app-ng-runtime 11.6.0-next.41252 → 11.6.0-next.41253

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.
@@ -4586,9 +4586,12 @@ class ShadowDomRenderer extends WMDefaultDomRenderer2 {
4586
4586
  }
4587
4587
 
4588
4588
  const initializeProjectDetails = () => {
4589
+ let cdnUrl = document.querySelector('[name="deployUrl"]') && document.querySelector('[name="deployUrl"]').getAttribute('content');
4589
4590
  _WM_APP_PROJECT.id = hasCordova() ? _WM_APP_PROPERTIES.displayName : location.href.split('/')[3];
4590
- _WM_APP_PROJECT.cdnUrl = document.querySelector('[name="cdnUrl"]') && document.querySelector('[name="cdnUrl"]').getAttribute('content');
4591
+ _WM_APP_PROJECT.cdnUrl = cdnUrl;
4591
4592
  _WM_APP_PROJECT.ngDest = 'ng-bundle/';
4593
+ //@ts-ignore
4594
+ __webpack_require__.p = __webpack_public_path__ = cdnUrl;
4592
4595
  };
4593
4596
  var OS;
4594
4597
  (function (OS) {