In short, replace node-sass with sass (dart sass), dart sass doesn’t need to rebuild anything.
In details, replace "node-sass": "xx.xx.xx"
with "sass": "^1.22.10"
in package.json
. Then, sass-loader will use sass (dart sass) automatically.
Give it a try.