I am trying to run a react project as dev server on my surface, and if gives me the error shown below and in the title. When I am running the same config on my pc I am not havin
I had this same error. To fix this, I had to navigate to
node_modules/resolve-url-loader
open
index.js
and under var options change removeCR from "false" to "true".
var options
removeCR