Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
9 lines (9 sloc) 194 Bytes
module.exports = function (ctx) {
return {
plugins: {
autoprefixer: {},
cssnano:
ctx.env === 'production' ? {zindex: false, discardUnused: false} : false
}
};
};
You can’t perform that action at this time.