module.exports = { // Export PostCSS plugins as an array (supported by PostCSS and Vite) plugins: [ require('autoprefixer'), ], };