import autoprefixer from 'fite-plugin-autoprefixer' // fite.config.js export default { ..., plugin: [ autoprefixer('chrome 89') ], ... }