vue打包postcss no found config 报错
Posted gosh-hash
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue打包postcss no found config 报错相关的知识,希望对你有一定的参考价值。
最近接触到一个使用gitlab 提交代码后自动线上安装打包的东西,本地打包都没问题,但是放到线上打包就出问题
项目里确实配置了文件 .postcssrc.js 或者 postcss.config.js ,后来就只能放弃以文件配置的形式
在 build / ultils.js 配置文件里
上面的是基础配置,需要加修改
const postcssLoader = loader: ‘postcss-loader‘, options: sourceMap: options.sourceMap, plugins: [ require(‘autoprefixer‘)() //加上这段即可 ]
以上是关于vue打包postcss no found config 报错的主要内容,如果未能解决你的问题,请参考以下文章
VUE:No PostCSS Config found 解决
移动vue项目,启动错误:Module build failed: Error: No PostCSS Config found in:
Error: No PostCSS Config found in... 报错 踩坑记