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
In source-map-support.js on line 113, there is a comment that explains the regex. When we couple this with a tool that parses code for source maps, like source-map-loader in Webpack, this looks like a source-map URL and the tooling tries to load it.
While this could be considered a bug in the tooling, in this case source-map-loader bug, is it possible to remove this comment?
The text was updated successfully, but these errors were encountered:
raybooysen
changed the title
Issue with Webpack source-map-loader and source-map-support.js
Issue with tooling that parses code looking for SourceMaps
May 17, 2016
Uh oh!
There was an error while loading. Please reload this page.
In
source-map-support.js
on line 113, there is a comment that explains the regex. When we couple this with a tool that parses code for source maps, like source-map-loader in Webpack, this looks like a source-map URL and the tooling tries to load it.While this could be considered a bug in the tooling, in this case source-map-loader bug, is it possible to remove this comment?
The text was updated successfully, but these errors were encountered: