clarify inline sourcemap behaviour

This commit is contained in:
Sebastian McKenzie 2014-10-09 00:23:50 +11:00
parent 7221818b16
commit 7d0ea9175b

View File

@ -133,7 +133,7 @@ to5.transformFile("filename.js", options, function (err, result) {
whitelist: [], whitelist: [],
// If truthy, adds a `map` property to returned output. // If truthy, adds a `map` property to returned output.
// If set to "inline", a comment with a sourceMappingURL directive is added to the bottom // If set to "inline", a comment with a sourceMappingURL directive is added to the bottom of the returned code
sourceMap: false, sourceMap: false,
// Filename for use in errors etc. // Filename for use in errors etc.