Skip to content

Commit 6a48f76

Browse files
committed
fix: convert SourceMapGenerator to RawSourceMap
- pick from vuejs#275
1 parent 251ce2a commit 6a48f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/process.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@ module.exports = function(src, filename, config) {
144144

145145
return {
146146
code: output.code,
147-
map
147+
map: map && map.toJSON()
148148
}
149149
}

0 commit comments

Comments
 (0)