Skip to content

Commit

Permalink
fix: convert SourceMapGenerator to RawSourceMap
Browse files Browse the repository at this point in the history
- pick from vuejs#275
  • Loading branch information
nogic1008 committed Sep 11, 2020
1 parent 251ce2a commit 6a48f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/process.js
Expand Up @@ -144,6 +144,6 @@ module.exports = function(src, filename, config) {

return {
code: output.code,
map
map: map && map.toJSON()
}
}

0 comments on commit 6a48f76

Please sign in to comment.