Update PostCSS dependencies (#23835)
This commit is contained in:
parent
a471e1c48f
commit
15fdd94e2f
3 changed files with 330 additions and 670 deletions
|
@ -1,6 +1,6 @@
|
|||
module.exports = ({ env }) => ({
|
||||
plugins: {
|
||||
autoprefixer: {},
|
||||
cssnano: env === 'production' ? {} : false,
|
||||
},
|
||||
plugins: [
|
||||
'autoprefixer',
|
||||
env === 'production' ? 'cssnano' : '',
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue