@lark-apaas/fullstack-rspack-preset 1.0.8-alpha.log.5 → 1.0.8-alpha.log.6

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.
@@ -236,7 +236,7 @@ function render() {
236
236
  // 发送运行错误
237
237
  logError(['Uncaught Render Error', ...currentRuntimeErrors]);
238
238
  // 叠加全部报错,将报错信息发送到妙搭
239
- ErrorContainer(rootDocument, root, '页面出错了,请联系管理员');
239
+ ErrorContainer(rootDocument, root, '页面出错了');
240
240
  }
241
241
  });
242
242
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/fullstack-rspack-preset",
3
- "version": "1.0.8-alpha.log.5",
3
+ "version": "1.0.8-alpha.log.6",
4
4
  "files": [
5
5
  "lib",
6
6
  "preset.config.js"