alibaba / ice

🚀 ice.js: The Progressive App Framework Based On React(基于 React 的渐进式应用框架)

Home Page:https://ice.work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

citrusyahello opened this issue · comments

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