Skip to content

Commit

Permalink
chore: type any?
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Apr 3, 2024
1 parent e613c06 commit 9055471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/plugins/define.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export async function replaceDefine(
return index === sourceIndex
}),
)
result.map = JSON.stringify(encodedMap(new TraceMap(decoded)))
result.map = JSON.stringify(encodedMap(new TraceMap(decoded as any)))
}
}

Expand Down

0 comments on commit 9055471

Please sign in to comment.