I am looking to create a simple visual workflow UI that allows you to place rectangles, include some text some text and make connections from one rectangle to another. Kind of like a flow diagram, but the thinking would be more of a business process ...
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...