前端npm run build报错 No PostCSS Config found in 云博小周宇2024年5月5日2023年8月11日1 Min Read 在项目根目录新建postcss.config.js文件,并对postcss进行配置: module.exports = { plugins: [ require(‘autoprefixer‘)//自动添加css前缀 ] };