Skip to content

Commit

Permalink
fix: remove inline source map
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 committed Aug 7, 2020
1 parent 22e3784 commit 8b220c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/process.js
Expand Up @@ -134,10 +134,6 @@ module.exports = function(src, filename, config) {
templateLine
)

if (map) {
output.code += '\n' + convertSourceMap.fromJSON(map.toString()).toComment()
}

return {
code: output.code,
map
Expand Down

0 comments on commit 8b220c4

Please sign in to comment.