alibaba / ice

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

Fix: improve dev sourcemap #6818

Closed ClarkXia closed 4 months ago

ClarkXia commented 4 months ago

Remove enforce post of compilation loader, otherwise the fast-refresh injection code will appear in source map. image

The order of rules will make sure that the compilation loader will be executed after custom transform plugin.