append sourceMappingURL when using bin/6to5 and output sourcemaps - fixes #183

This commit is contained in:
Sebastian McKenzie
2014-11-17 14:22:25 +11:00
parent a3a4a7645c
commit c0b03e8126
8 changed files with 21 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
"use strict";
var Test = function Test() {};
//# sourceMappingURL=bar.js.map

View File

@@ -3,3 +3,4 @@
arr.map(function (x) {
return x * MULTIPLIER;
});
//# sourceMappingURL=foo.js.map

View File

@@ -6,3 +6,5 @@ var Test = function Test() {};
arr.map(function (x) {
return x * MULTIPLIER;
});
//# sourceMappingURL=script3.js.map

View File

@@ -3,3 +3,5 @@
arr.map(function (x) {
return x * x;
});
//# sourceMappingURL=test.js.map