mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix typo in coffeescript compiler options. Fixes #8281
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user