【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>>
在项目根目录新建postcss.config.js文件,并对postcss进行配置 编辑内容:
module.exports = {
plugins: {
'autoprefixer': {browsers: 'last 5 version'}
}
}
然后npm run dev,果然成功运行
来源:oschina
链接:https://my.oschina.net/shxjinchao/blog/3148912