Skip to content

Commit 9523ad6

Browse files
committed
Try to fix one more issue with paths in source maps on Windows
1 parent 203e337 commit 9523ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ function minifyStream(options) {
305305
if (sourceMap.input) {
306306
result.map.applySourceMap(
307307
new SourceMapConsumer(sourceMap.input),
308-
relInputFilename
308+
unixPathname(relInputFilename)
309309
);
310310
}
311311

0 commit comments

Comments
 (0)