Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): manually pull in newer node-fetch to avoid babel prod dep
The published node-fetch@2.0.0-alpha.3 still has a runtime dependency on babel-runtime, which *massively* increases the make-fetch-happen install size. I've put together a custom node-fetch package with at least one of my (submitted) patches. It'll probably be this way until node-fetch releases a full 2.0.0 version and starts keeping up with a release cadence. Then, we can remove this local package and have a normal dep :)
- Loading branch information