We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6098437 commit 31f5bfeCopy full SHA for 31f5bfe
packages/plugin-vue/src/style.ts
@@ -37,6 +37,6 @@ export async function transformStyle(
37
38
return {
39
code: result.code,
40
- map: result.map as any
+ map: result.map || ({ mappings: '' } as any)
41
}
42
0 commit comments