Skip to content

Commit

Permalink
fix source maps on coffeescript assets (#3423)
Browse files Browse the repository at this point in the history
  • Loading branch information
axilleasiv authored and devongovett committed Sep 10, 2019
1 parent dc393bf commit fe08980
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,7 +27,7 @@ class CoffeeScriptAsset extends Asset {
{
type: 'js',
value: this.options.sourceMaps ? transpiled.js : transpiled,
sourceMap
map: sourceMap
}
];
}
Expand Down

0 comments on commit fe08980

Please sign in to comment.