ES6 module that exports dynamic content? – Shopify
This is a general question about how to deal with shifting data dependencies in an API. I depend upon two data objects in my application: 1. mycompanyProducts 2. mycompanySettings The products object looks like: { "MYTHING01": { "sku": "MYTHING01", "name":…