You mention
For use with webpack, add this package in the entry configuration option before your application entry point:
entry: ['whatwg-fetch', ...]
I don't understand if this is optional or complements the next part which is importing.
Also, why is it necessary to change the webpack configuration to load this specific module?
You mention
entry: ['whatwg-fetch', ...]
I don't understand if this is optional or complements the next part which is importing.
Also, why is it necessary to change the webpack configuration to load this specific module?