feat(compiler): set sourcesContent for source map
This commit is contained in:
@@ -107,6 +107,9 @@ function createCodegenContext(
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!__BROWSER__) {
|
||||
context.map!.setSourceContent(filename, context.source)
|
||||
}
|
||||
return context
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user