Add back support for old browsers (#29654)
This commit is contained in:
parent
94f7ae192b
commit
a68dd889fe
4 changed files with 858 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
module.exports = ({ env }) => ({
|
||||
plugins: [
|
||||
'postcss-preset-env',
|
||||
'autoprefixer',
|
||||
env === 'production' ? 'cssnano' : '',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue