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
When offered compiled CSS content backed by a source map where sources are relative URLs, extracts a .css file with a source map that has correct path information. That is: the sources are resolved against this.context of the compiled CSS content, producing the correct source locations.
Actual Behavior
When offered compiled CSS content backed by a source map where sources are relative URLs, extracts a css file with a source map that has incorrect path information. The sources seem to be output as-is to be interpreted by debuggers and dev-tools as relative to the extracted CSS file. This produces incorrect source locations.