Skip to content

Commit 008e6fd

Browse files
aiSpaceK33z
authored andcommitted
Disable Autoprefixer in cssnano (webpack-contrib#361)
1 parent 22f6621 commit 008e6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/processCss.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ module.exports = function processCss(inputSource, inputMap, options, callback) {
179179

180180
if(minimize) {
181181
var minimizeOptions = assign({}, query);
182-
["zindex", "normalizeUrl", "discardUnused", "mergeIdents", "reduceIdents"].forEach(function(name) {
182+
["zindex", "normalizeUrl", "discardUnused", "mergeIdents", "reduceIdents", "autoprefixer"].forEach(function(name) {
183183
if(typeof minimizeOptions[name] === "undefined")
184184
minimizeOptions[name] = false;
185185
});

0 commit comments

Comments
 (0)