Skip to content

Commit 9f0e36e

Browse files
authored
Merge pull request #275 from nogic1008/hotfix/transform
fix: convert SourceMapGenerator to RawSourceMap
2 parents d8892e2 + c9d0419 commit 9f0e36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)