MONEI / Shopify-api-node

Node Shopify connector sponsored by MONEI
https://monei.com/shopify-payment-gateway/
MIT License
940 stars 278 forks source link

fix/bundler-friendly-lazy-imports #634

Closed reecefenwick closed 9 months ago

reecefenwick commented 9 months ago

Changes the dynamic imports to be bundler friendly, but still remain as lazy imports.

Fixes https://github.com/MONEI/Shopify-api-node/issues/506

Test suite passes locally ✅ Tested this with esbuild that was previously failing ✅

Also addresses other issues out in the wild

coveralls commented 9 months ago

Coverage Status

coverage: 100.0%. remained the same when pulling 70c5323c28c71bca13bb4dab04cfdbfcff2609d3 on reecefenwick:master into 6bd417f57b5357b7206a3542d36c298fcd62f965 on MONEI:master.

lpinca commented 9 months ago

Thank you.