Skip to content

Commit a5841fc

Browse files
committed
fix: remove map property from process()
1 parent d207d06 commit a5841fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/process.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ module.exports = function(src, filename, config) {
139139
}
140140

141141
return {
142-
code: output.code,
143-
map
142+
code: output.code
144143
}
145144
}

0 commit comments

Comments
 (0)