alibaba / ice

🚀 ice.js: The Progressive App Framework Based On React(基于 React 的渐进式应用框架)
https://ice.work
MIT License
17.83k stars 2.09k forks source link

icejs 2.6.9,页面级store非vite模式下的项目仍然会报错 #6840

Open citrusyahello opened 6 months ago

citrusyahello commented 6 months ago

Describe the bug

2.6.9目前只修复了vite模式下的项目报错,请问是否可以修复下非vite模式下的项目报错

Demo:https://github.com/citrusyahello/ice2-demo 启动后访问:http://localhost:3333/#/test-fn-component

企业微信截图_17113474846648

Expected behavior

非vite模式下 页面store不报错

Actual behavior

No response

Version of ice.js

2.6.9

Content of build.json or ice.config.mts

{
  "publicPath": "./",
  "vite": false
}

Additional context

No response