Closed kamilogorek closed 1 year ago
This makes some configurations of Webpack, which emit "sourceRoot": "webpack:///" work as expected, and allowing CLI to rewrite sources into webpack:///./src/foo/bar.js rather than webpack:/./src/foo/bar.js.
"sourceRoot": "webpack:///"
webpack:///./src/foo/bar.js
webpack:/./src/foo/bar.js
This makes some configurations of Webpack, which emit
"sourceRoot": "webpack:///"
work as expected, and allowing CLI to rewrite sources intowebpack:///./src/foo/bar.js
rather thanwebpack:/./src/foo/bar.js
.