We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3071601 commit 2d81c6eCopy full SHA for 2d81c6e
1 file changed
crates/rspack_plugin_devtool/src/module_filename_helpers.rs
@@ -46,7 +46,7 @@ fn resolve_relative_resource_path(
46
absolute_resource_path: &str,
47
source_map_path: Option<&Utf8Path>,
48
) -> Option<String> {
49
- if absolute_resource_path.starts_with("webpack/") {
+ if absolute_resource_path.starts_with("webpack/runtime") {
50
// Webpack runtime modules are virtual
51
return Some(format!("webpack://{absolute_resource_path}"));
52
}
0 commit comments