码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2019-04-28 12:48:39      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:error:   java   ref   export   错误   auto   stc   browser   err   

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

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

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

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

标签:error:   java   ref   export   错误   auto   stc   browser   err   

原文地址:https://www.cnblogs.com/johnjackson/p/10783075.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!