mirror of https://github.com/mastodon/mastodon
Update PostCSS dependencies (#23835)
parent
a471e1c48f
commit
15fdd94e2f
@ -1,6 +1,6 @@
|
||||
module.exports = ({ env }) => ({
|
||||
plugins: {
|
||||
autoprefixer: {},
|
||||
cssnano: env === 'production' ? {} : false,
|
||||
},
|
||||
plugins: [
|
||||
'autoprefixer',
|
||||
env === 'production' ? 'cssnano' : '',
|
||||
],
|
||||
});
|
||||
|
Loading…
Reference in New Issue