alibaba / ice

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

开启hash以后控制台会找不到data-loader报错 #6930

Open oneQiu opened 1 week ago

oneQiu commented 1 week ago

Describe the bug

pnpm run dev的时候会生成loader文件,但是带hash的,但是浏览器访问的是不带hash的,就会导致404 image image

Expected behavior

能读取到data-loader-hash.js

Actual behavior

No response

Version of ice.js

v3.3.0

Content of build.json or ice.config.mts

No response

Additional context

No response

ClarkXia commented 1 week ago

我们修复下,目前 data-loader 配置写死在 assets mainfest 中了

ClarkXia commented 4 days ago

@oneQiu 麻烦提供下目前的工程配置信息 ice.config.mts 中的内容