Remove postcss-object-fit-images
This commit is contained in:
@ -2,7 +2,6 @@ module.exports = ({ env }) => ({
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
'postcss-object-fit-images': {},
|
||||
cssnano: env === 'production' ? {} : false,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user