RollupJS umd build + isomorphic-unfetch
I'm building a javascript library and I'm using Rollup to create cjs, esm, and umd builds. Tests tell me that my cjs and esm builds look good. However, when I test my umd build I get an error and it looks like it's related to isomorphic-unfetch. Do...
Apr 11, 2019G