mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 05:23:14 -08:00
7 lines
162 B
JavaScript
7 lines
162 B
JavaScript
module.exports = ({ env }) => ({
|
|
plugins: {
|
|
autoprefixer: {},
|
|
'postcss-object-fit-images': {},
|
|
cssnano: env === 'production' ? {} : false,
|
|
},
|
|
});
|