We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace6c69 commit 98c5aefCopy full SHA for 98c5aef
lib/clean-css-processor.js
@@ -17,6 +17,7 @@ module.exports = function() {
17
if (sourceMap) {
18
options.sourceMap = sourceMap.getExternalSourceMap();
19
if (options.sourceMap) {
20
+ options.sourceMap = options.sourceMap.toString();
21
var sourceMapObj = JSON.parse(options.sourceMap);
22
if (sourceMapObj.sourcesContent) {
23
sourcesContent = sourceMapObj.sourcesContent;
0 commit comments