This is the code of my webpack configuration:
const compiler = webpack({ entry: [\'whatwg-fetch\', path.resolve(__dirname, \'js\', \'app.js\')], module
In my case I had to remove proxy config, because the webpack server wanted a response from http://localhost:3001.
// proxy: { // '/': 'http://localhost:3001', // },