vue 旧项目dev 跑起来报 Module build failed: Error: No PostCSS Config

时间:2021-04-24 11:47:48   收藏:0   阅读:0

这只要在src同级添加postcss.config.js文件

同时文件 里面写上这些,重新跑就没问题了

技术图片

 

 

module.exports = {
plugins: {
‘autoprefixer‘: {browsers: ‘last 5 version‘}
}
}
评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!