Skip to content

Commit

Permalink
fix: remove map property from process()
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 committed Jul 23, 2020
1 parent d207d06 commit a5841fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/process.js
Expand Up @@ -139,7 +139,6 @@ module.exports = function(src, filename, config) {
}

return {
code: output.code,
map
code: output.code
}
}

0 comments on commit a5841fc

Please sign in to comment.