Skip to content

Commit c9d0419

Browse files
committed
fix: convert SourceMapGenerator to RawSourceMap
- fixes vuejs#241 and jestjs/jest#10089
1 parent d8892e2 commit c9d0419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/process.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ module.exports = function(src, filename, config) {
131131
output.renderFnStartLine,
132132
output.renderFnEndLine,
133133
templateLine
134-
)
134+
).toJSON()
135135

136136
return {
137137
code: output.code,

0 commit comments

Comments
 (0)