Skip to content

Commit

Permalink
use and expose largeSource flag in convert-source-map
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbush committed Dec 11, 2015
1 parent c27d46f commit f45bd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -33,7 +33,7 @@ module.exports.init = function init(options) {
var sourcePath = ''; //root path for the sources in the map

// Try to read inline source map
sourceMap = convert.fromSource(fileContent);
sourceMap = convert.fromSource(fileContent, options.largeSource);
if (sourceMap) {
sourceMap = sourceMap.toObject();
// sources in map are relative to the source file
Expand Down

0 comments on commit f45bd1f

Please sign in to comment.