Skip to content

Commit

Permalink
Merge pull request #275 from nogic1008/hotfix/transform
Browse files Browse the repository at this point in the history
fix: convert SourceMapGenerator to RawSourceMap
  • Loading branch information
lmiller1990 committed Sep 10, 2020
2 parents d8892e2 + c9d0419 commit 9f0e36e
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 9f0e36e

Please sign in to comment.