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

解决办法:在根目录新建postcss.config.js

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

  然后再次启动项目即可解决

posted @ 2019-04-28 11:45  johnjackson  阅读(1269)  评论(0编辑  收藏  举报