## fite-plugin-autoprefixer fite构建工具专用的css前缀补全插件. ```js import autoprefixer from 'fite-plugin-autoprefixer' // fite.config.js export default { ..., plugin: [ autoprefixer('chrome 89') ], ... } ```