append sourceMappingURL when using bin/6to5 and output sourcemaps - fixes #183
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
"use strict";
|
||||
|
||||
var Test = function Test() {};
|
||||
//# sourceMappingURL=bar.js.map
|
||||
|
||||
@@ -3,3 +3,4 @@
|
||||
arr.map(function (x) {
|
||||
return x * MULTIPLIER;
|
||||
});
|
||||
//# sourceMappingURL=foo.js.map
|
||||
|
||||
@@ -6,3 +6,5 @@ var Test = function Test() {};
|
||||
arr.map(function (x) {
|
||||
return x * MULTIPLIER;
|
||||
});
|
||||
|
||||
//# sourceMappingURL=script3.js.map
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
arr.map(function (x) {
|
||||
return x * x;
|
||||
});
|
||||
|
||||
//# sourceMappingURL=test.js.map
|
||||
|
||||
Reference in New Issue
Block a user