忧虑皮卡丘

文章
5
资源
0
加入时间
3年1月12天

npm 报错: no postcss config

1、终端执行npm install2、在项目根目录新建postcss.config.js文件,并对postcss进行配置: 1 2 3 4 5 module.exports = { plugins: { 'autoprefixer': {browsers:'last 5 version'} ...