Skip to content

Commit

Permalink
fix: convert SourceMapGenerator to RawSourceMap
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 committed Sep 10, 2020
1 parent d8892e2 commit c9d0419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/process.js
Expand Up @@ -131,7 +131,7 @@ module.exports = function(src, filename, config) {
output.renderFnStartLine,
output.renderFnEndLine,
templateLine
)
).toJSON()

return {
code: output.code,
Expand Down

0 comments on commit c9d0419

Please sign in to comment.