We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc70195 commit e57ce4eCopy full SHA for e57ce4e
src/core/unplugin.ts
@@ -31,7 +31,7 @@ export const unpluginFactory: UnpluginFactory<UserOptions | undefined> = (
31
const map = remapping(
32
[this.getCombinedSourcemap() as any, transformed.map],
33
() => null,
34
- )
+ ) as any
35
return {
36
code: transformed.code,
37
map,
0 commit comments