dule build failed:erroe: No PostCSS Config found

原因vue项目根目中缺少 postcssrs文件,需要在根文件里面新建一个文件postcss.config.js ,在里面添加以下代码:


module.exports = { plugins: { 'autoprefixer': {browsers: 'last 5 version'} } }

posted @ 2018-08-20 09:36  岂几糸氏  阅读(186)  评论(0编辑  收藏  举报