remove cssnano so users can run dev without minification
This commit is contained in:
parent
5892cd9aea
commit
c15f21e8e3
1 changed files with 1 additions and 8 deletions
|
@ -3,13 +3,6 @@ module.exports = {
|
||||||
'postcss-import': {},
|
'postcss-import': {},
|
||||||
'postcss-cssnext': {
|
'postcss-cssnext': {
|
||||||
browsers: ['last 2 versions', '> 5%'],
|
browsers: ['last 2 versions', '> 5%'],
|
||||||
},
|
|
||||||
'cssnano': {
|
|
||||||
discardComments: {
|
|
||||||
removeAll: true
|
|
||||||
},
|
|
||||||
minifyFontValues: false,
|
|
||||||
autoprefixer: false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue