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