mo / abortcontroller-polyfill

Polyfill for the AbortController DOM API and abortable fetch (stub that calls catch, doesn't actually abort request).
MIT License
328 stars 26 forks source link

TypeError: Cannot read property 'call' of undefined at __webpack_require__ #31

Closed Jorybraun closed 5 years ago

Jorybraun commented 5 years ago

After adding the polyfil to the top of the entry point in the webpack throws an error on initial load.

"webpack": "^4.20.2", "abortcontroller-polyfill": "^1.2.3",

mo commented 5 years ago
Jorybraun commented 5 years ago

This seemed to be related to webpack/npm