vue打包时报错 Error: No PostCSS Config found in 的解决方法

1.报错 vue 项目打包时报了以下错误:Error: No PostCSS Config found in... css 2.解决方法: 没有PostCSS配置,所以须要添加一个 postcss.config.js 文件放在根目录下 postcss-loader 是为了兼容css3,自动给css添加前缀的 webpack 插件html module.exports = { plugins:
相关文章
相关标签/搜索