module.exports = { plugins: { // Autoprefixer会根据当前浏览器的流行度和你项目中设置的浏览器支持目标来自行决定需要添加哪些前缀 autoprefixer: {} } }