We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d24923a + 05741ac commit 4cf85c6Copy full SHA for 4cf85c6
index.js
@@ -9,7 +9,7 @@ module.exports = function(css, map) {
9
var loader = this;
10
var callback = this.async();
11
12
- new CleanCSS(cleanCssOpti).minify(css, function(err, minified) {
+ new CleanCSS(cleanCssOpti).minify(css, map, function(err, minified) {
13
if (err) {
14
if (Array.isArray(err) && (err[0] != null)) {
15
return callback(err[0]);
0 commit comments