umijs / mako

An extremely fast, production-grade web bundler based on Rust.
https://makojs.dev
MIT License
1.83k stars 67 forks source link

bug: css files are lost in stats.json of dev mode #1134

Open PeachScript opened 5 months ago

PeachScript commented 5 months ago

dev 阶段产出的 stats.json 里可能缺少 entry 对应的 CSS 文件

复现步骤:暂时没找到最小复现,仅 Smallfish rsc example 可以复现

xusd320 commented 5 months ago

@sorrycc 这个 fix https://github.com/umijs/mako/pull/1106 有问题,没开 devtool 的话, css 不会生成 sourcemap,assets_info 也不会生成

xiaohuoni commented 3 months ago

mako-dev-stats-css.zip 最简复现