Skip to content

Commit 8b220c4

Browse files
committed
fix: remove inline source map
1 parent 22e3784 commit 8b220c4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/process.js

-4
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@ module.exports = function(src, filename, config) {
134134
templateLine
135135
)
136136

137-
if (map) {
138-
output.code += '\n' + convertSourceMap.fromJSON(map.toString()).toComment()
139-
}
140-
141137
return {
142138
code: output.code,
143139
map

0 commit comments

Comments
 (0)