记录下1 WARNING in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)
npm run watch-poll
运行后报错:
1 WARNING in child compilations (Use ‘stats.children: true’ resp. ‘–stats-children’ for more details)
在这里找到了答案,因为autoprefixer@10.4.6弃用了color-adjust
安装10.4.5版本就好
npm install autoprefixer@10.4.5 --save-exact