Add back support for old browsers (#29654)
This commit is contained in:
		@@ -1,5 +1,6 @@
 | 
			
		||||
module.exports = ({ env }) => ({
 | 
			
		||||
  plugins: [
 | 
			
		||||
    'postcss-preset-env',
 | 
			
		||||
    'autoprefixer',
 | 
			
		||||
    env === 'production' ? 'cssnano' : '',
 | 
			
		||||
  ],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user