Created by: lfshr
Fixed issue where resolve-url-loader would not work on Windows due to removeCR not being specified on Windows machines. This fixes #8596 (closed)
I've been unable to get create-react-app working inside this repo to test (even in WSL), but I have replaced the webpack in an existing project's node_modules/react-scripts
which resolved the issues in that project.