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 f82cf30 commit dc70195Copy full SHA for dc70195
src/core/unplugin.ts
@@ -29,9 +29,9 @@ export const unpluginFactory: UnpluginFactory<UserOptions | undefined> = (
29
const transformed = ctx.transformWithMap(code, id)
30
if (transformed) {
31
const map = remapping(
32
- [transformed.map, this.getCombinedSourcemap() as any],
+ [this.getCombinedSourcemap() as any, transformed.map],
33
() => null,
34
- ) as any
+ )
35
return {
36
code: transformed.code,
37
map,
0 commit comments