Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 82248e7

Browse files
committed
fix: double JSON.stringify-ied inline sourcemaps
1 parent d60fa69 commit 82248e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/swc/file.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default async function ({
6060

6161
return {
6262
code,
63-
map: JSON.stringify(map),
63+
map: map,
6464
};
6565
}
6666

0 commit comments

Comments
 (0)