You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slashes in the paths are now replaced before being sent to the parser.
This is for generating source maps on Windows with forward slashes in
the paths. Fixes#181
@jmeas did you change the committed files after opening this PR?
I've added a comment here.
Guess it would be better to do
file = (pathPrefix + basename).replace(/\\/g, '/');
at L48The text was updated successfully, but these errors were encountered: