Remove object-fit polyfill for the old Microsoft Edge (#22693)

* chore: remove object-fit-images and its postcss packages

* chore: update postcss config

* chore: remove object-fit-image from extra_polyfills.js

* chore: remove object-fit property check from load_polyfills.js
This commit is contained in:
TAKAHASHI Shuuji
2023-01-05 21:32:02 +09:00
committed by GitHub
parent 0e7549b82d
commit d68c12648c
5 changed files with 5 additions and 143 deletions

View File

@ -1,7 +1,6 @@
module.exports = ({ env }) => ({
plugins: {
autoprefixer: {},
'postcss-object-fit-images': {},
cssnano: env === 'production' ? {} : false,
},
});