@lark-apaas/fullstack-rspack-preset 1.0.9 → 1.0.10

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.
@@ -230,7 +230,7 @@ function render() {
230
230
  sendPostMessage({
231
231
  type: 'RenderError',
232
232
  location: window.location.href,
233
- error: currentMode,
233
+ data: currentMode,
234
234
  });
235
235
  // 发送编译错误
236
236
  logError(['Compile Error', currentCompileErrorMessage], currentMode);
@@ -242,7 +242,7 @@ function render() {
242
242
  sendPostMessage({
243
243
  type: 'RenderError',
244
244
  location: window.location.href,
245
- error: currentMode,
245
+ data: currentMode,
246
246
  });
247
247
  // 发送运行错误
248
248
  logError(['Uncaught Render Error', ...currentRuntimeErrors], currentMode);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/fullstack-rspack-preset",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "files": [
5
5
  "lib",
6
6
  "preset.config.js"