Closed inottn closed 4 days ago
fix #8431
The default asset_info is returned here: https://github.com/web-infra-dev/rspack/blob/9112e35f97eeac430691e15c0305763fec56e890/crates/rspack_plugin_extract_css/src/plugin.rs#L415
Therefore, the contenthash cannot be obtained here, leading to an unexpected termination of the subsequent process: https://github.com/web-infra-dev/rspack/blob/9112e35f97eeac430691e15c0305763fec56e890/crates/rspack_plugin_real_content_hash/src/lib.rs#L73-L75
Built without sensitive environment variables
Thanks !
Summary
fix #8431
The default asset_info is returned here: https://github.com/web-infra-dev/rspack/blob/9112e35f97eeac430691e15c0305763fec56e890/crates/rspack_plugin_extract_css/src/plugin.rs#L415
Therefore, the contenthash cannot be obtained here, leading to an unexpected termination of the subsequent process: https://github.com/web-infra-dev/rspack/blob/9112e35f97eeac430691e15c0305763fec56e890/crates/rspack_plugin_real_content_hash/src/lib.rs#L73-L75
Checklist