clarify inline sourcemap behaviour
This commit is contained in:
parent
7221818b16
commit
7d0ea9175b
@ -133,7 +133,7 @@ to5.transformFile("filename.js", options, function (err, result) {
|
||||
whitelist: [],
|
||||
|
||||
// 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,
|
||||
|
||||
// Filename for use in errors etc.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user