Skip to content

Commit 9055471

Browse files
committed
chore: type any?
1 parent e613c06 commit 9055471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/node/plugins/define.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export async function replaceDefine(
174174
return index === sourceIndex
175175
}),
176176
)
177-
result.map = JSON.stringify(encodedMap(new TraceMap(decoded)))
177+
result.map = JSON.stringify(encodedMap(new TraceMap(decoded as any)))
178178
}
179179
}
180180

0 commit comments

Comments
 (0)