0
0
Fork 0

Add back support for old browsers (#29654)

This commit is contained in:
Claire 2024-03-20 12:07:10 +01:00 committed by GitHub
parent 94f7ae192b
commit a68dd889fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 858 additions and 3 deletions

View file

@ -1,5 +1,6 @@
module.exports = ({ env }) => ({
plugins: [
'postcss-preset-env',
'autoprefixer',
env === 'production' ? 'cssnano' : '',
],