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'}
}
}
好了,重新试一下!
本文来自博客园,作者:只要AD钙奶,转载请注明原文链接:https://www.cnblogs.com/carver/articles/16633289.html

浙公网安备 33010602011771号