Open jack-cn opened 4 years ago
It seems to be caused by the options change of sass-loader@8(options -> options.sassOptions), downgrading sass-load to 7.x.x solved this problem.
Try yarn add -D sass-loader@7
.
$ npm install sass-loader@7 # remove error
$ npm install autoprefixer@9.4.2 # remove warning
This works in my environment.
Code to reproduce the issue:
npm start
Expected behavior:
no warning & error
Actual behavior:
Versions of packages used:
latest