I'm trying to use the fetch polyfill - https://github.com/github/fetch. Their documentation mentions that to use with webpack, one needs to add it to the entries.
entry: ['whatwg-fetch', ...]
How do I do this with webpacker. I'm a total newbie to webpack :)