Skip to content

Commit e57ce4e

Browse files
committed
chore: fix build error
1 parent dc70195 commit e57ce4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/unplugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const unpluginFactory: UnpluginFactory<UserOptions | undefined> = (
3131
const map = remapping(
3232
[this.getCombinedSourcemap() as any, transformed.map],
3333
() => null,
34-
)
34+
) as any
3535
return {
3636
code: transformed.code,
3737
map,

0 commit comments

Comments
 (0)