Skip to content

Commit 58a1684

Browse files
committed
fix
1 parent ae5a396 commit 58a1684

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/devtools-vite/src/inject-plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ export function injectPluginIntoFile(
326326
// Generate the new code
327327
const result = gen(ast, {
328328
sourceMaps: false,
329-
retainLines: true,
329+
retainLines: false,
330330
})
331331

332332
// Write back to file

0 commit comments

Comments
 (0)