fixes invalid line offsets in merged sourcemaps
This commit is contained in:
@@ -52,7 +52,7 @@ module.exports = function (commander, filenames, opts) {
|
||||
}
|
||||
});
|
||||
|
||||
offset = code.split("\n").length;
|
||||
offset = code.split("\n").length -1;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user