+ 1
Fetch API cannot load, URL scheme "webpack-internal" is not supported.
My react app's console is showing the above message after loading static data, can anyone help with this issue, can't seem to figure out the exact problem for this message. Thanks.
1 Réponse
+ 3
Install webpack globally:
npm install -g webpack