Skip to content

Commit

Permalink
Breaking: Remove sourceMappingURL option
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jun 17, 2017
1 parent f2ea47c commit 156d084
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,12 +295,6 @@ function contentIncluded(file, state, options, callback) {
} else {
comment = commentFormatter(file.extname, sourceMapPathRelative);
}

// A function option here would have already been resolved higher up
// TODO: need a test for this as a string
if (options.sourceMappingURL) {
comment = commentFormatter(file.extname, options.sourceMappingURL);
}
}

// append source map comment
Expand Down

0 comments on commit 156d084

Please sign in to comment.