We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55257b commit a53b6f2Copy full SHA for a53b6f2
src/previous-map.js
@@ -31,7 +31,7 @@ export default class PreviousMap {
31
}
32
33
loadAnnotation(css) {
34
- let match = css.match(/\/\*\s*# sourceMappingURL=(.*)\s*\*\//);
+ let match = css.match(/\/\*\s*# sourceMappingURL=((?:(?!sourceMappingURL=).)*)\s*\*\//);
35
if ( match ) this.annotation = match[1].trim();
36
37
0 commit comments