Update PostCSS dependencies (#23835)
parent
a7bc6ae1de
commit
45b58d43d4
@ -1,6 +1,6 @@
|
||||
module.exports = ({ env }) => ({
|
||||
plugins: {
|
||||
autoprefixer: {},
|
||||
cssnano: env === 'production' ? {} : false,
|
||||
},
|
||||
plugins: [
|
||||
'autoprefixer',
|
||||
env === 'production' ? 'cssnano' : '',
|
||||
],
|
||||
});
|
||||
|
Loading…
Reference in new issue