Uh oh!
There was an error while loading. Please reload this page.
Fixes #355: add absolute path checking to util.join(); - #356
Conversation
tromey
commented
Sep 4, 2018
I tend to think this isn't the way to go. The source map spec is worded in terms of URLs, not OS fiile names. So, special-casing Windows file names seems odd. I wonder if maybe something in your webpack pipeline ought to be using |
mutoo
commented
Sep 5, 2018
@tromey Yeah, I agree with you! The sources should be URLs since they're used by the browser. In our pipeline, the sources are sitting in the local filesystem, so that it'd prefix with file: protocol. Maybe the webpack-internal:: protocol is better. |
mutoo
commented
Sep 5, 2018
I removed the test for windows device path in util.isAbsolute() function. |
loganfsmyth
commented
Nov 15, 2018
I've landed #371 which may resolve this. Would you be able to check on master? It's not clear to me what this patch is looking to resolve. |
mutoo
commented
Nov 16, 2018
@loganfsmyth I've reviewed the code on master, the bug was fixed. |
No description provided.