Loading

error in ./node_modules/element-ui/lib/theme-chalk/index.css

 
Module build failed: Error: No PostCSS Config found in... 出现这样的错误的时候,可以在根目录下 新建一个文件 postcss.config.js,并对postcss进行配置:
module.exports = { 
  plugins: { 
    'autoprefixer': {browsers: 'last 5 version'} 
  } 
}
好了,重新试一下!
posted @ 2022-08-28 18:04  只要AD钙奶  阅读(349)  评论(0)    收藏  举报