module.exports = { plugins: { tailwindcss: {}, autoprefixer: { remove: true // 禁用 autoprefixer,避免添加浏览器前缀 }, }, }