honeybadger-io / honeybadger-webpack

A webpack plugin to send sourcemaps to Honeybadger
MIT License
29 stars 7 forks source link

Find an alternative to `request` npm package #281

Closed KonnorRogers closed 3 years ago

KonnorRogers commented 3 years ago

https://github.com/honeybadger-io/honeybadger-webpack/blob/b110654e24ee55c97ca01b3479432622da2a58d0/package.json#L58

https://github.com/honeybadger-io/honeybadger-webpack/blob/b110654e24ee55c97ca01b3479432622da2a58d0/src/HoneybadgerSourceMapPlugin.js#L2

Perhaps by changing the way HTTP requests are handled could also possibly fix #47

KonnorRogers commented 3 years ago

Looks like node-fetch seems to be the standard