移动端的vue项目,启动错误:Module build failed: Error: No PostCSS Config found in:

新建一个postcss.config.js
写上下面代码

module.exports = {
    plugins: {
        'autoprefixer': {browsers: 'last 5 version'}
    }
}
``
####再次npm run dev就可以解决了
posted @ 2018-09-03 12:22  李美玲  阅读(6080)  评论(0编辑  收藏  举报