Skip to content

Commit 2b00637

Browse files
committed
fix: sourcemap line count
1 parent 76dbc77 commit 2b00637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/refresh-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if (import.meta.hot && !inWebWorker) {
6565
}
6666
`
6767
if (newMap) {
68-
newMap.mappings = ';'.repeat(17) + newMap.mappings
68+
newMap.mappings = ';'.repeat(16) + newMap.mappings
6969
}
7070
}
7171

0 commit comments

Comments
 (0)