Skip to content

Commit 9192f48

Browse files
test: fix
1 parent e41797a commit 9192f48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/** @type {import("../../../../").LoaderDefinition} */
22
module.exports = function loader(content) {
3-
return content.replace(/\/[*/]\s*sourceMappingURL=.+(\*\/)?/g, "");
3+
return content.replace(/\/[*/][#]?\s*sourceMappingURL=.+(\*\/)?/g, "");
44
};

0 commit comments

Comments
 (0)