Skip to content

Commit a80eae0

Browse files
fix: parse percent-encoding url
1 parent 7fd5bfe commit a80eae0

File tree

3 files changed

+8
-814
lines changed

3 files changed

+8
-814
lines changed

src/utils.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ function getSourceMappingURL(code) {
8989

9090
const sourceMappingURL = match ? match[1] || match[2] || '' : null;
9191

92-
// eslint-disable-next-line no-console
93-
console.log(sourceMappingURL);
94-
9592
return {
9693
sourceMappingURL: sourceMappingURL
9794
? decodeURI(sourceMappingURL)

0 commit comments

Comments
 (0)