@blueking/bk-weweb 0.0.2 → 0.0.3

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.
@@ -294,6 +294,8 @@ const commonFakeWindowKeyMap = {
294
294
  __VUE_DEVTOOLS_PLUGINS__: true,
295
295
  __DEV__: true,
296
296
  webpackChunktrace: true,
297
+ webpackChunkpc: true,
298
+ webpackChunkapm: true,
297
299
  i18n: true,
298
300
  '__core-js_shared__': true,
299
301
  };
@@ -1716,6 +1718,7 @@ class MicroAppModel {
1716
1718
  this.container = container ?? this.container;
1717
1719
  this.state = AppState.MOUNTING;
1718
1720
  if (this.container) {
1721
+ debugger;
1719
1722
  if (this.container instanceof Element)
1720
1723
  this.container.setAttribute(CSS_ATTRIBUTE_KEY, this.name);
1721
1724
  const clonedNode = this.source.html.cloneNode(true);