Fix typo in coffeescript compiler options. Fixes #8281

This commit is contained in:
Michael Mason
2017-01-25 10:15:22 +08:00
parent 1b456d41a2
commit 487a444075

View File

@@ -45,7 +45,7 @@ export class CoffeeCompiler extends CachingCompiler {
// Return a source map.
sourceMap: true,
// Include the original source in the source map (sourcesContent field).
inline: true,
inlineMap: true,
// This becomes the "file" field of the source map.
generatedFile: '/' + this._outputFilePath(inputFile),
// This becomes the "sources" field of the source map.