mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-04 14:04:39 +00:00
d68c12648c
* 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
7 lines
125 B
JavaScript
7 lines
125 B
JavaScript
module.exports = ({ env }) => ({
|
|
plugins: {
|
|
autoprefixer: {},
|
|
cssnano: env === 'production' ? {} : false,
|
|
},
|
|
});
|