const autoprefixer = require('autoprefixer'); module.exports = () => { return { plugins: [ autoprefixer(), ], }; };