You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overview\nThe SDK currently outputs CJS and ESM for Node.js. Add a browser-optimized UMD/ESM bundle that can be loaded from a CDN.\n\n## Tasks\n- [ ] Add browser entry to tsup.config.ts\n- [ ] Ensure no Node.js built-ins leak into the browser bundle\n- [ ] Add bundle size check in CI (warn if > 100 KB gzipped)\n- [ ] Test in a plain <script type="module"> environment\n\n## Acceptance Criteria\n- @swiftremit/sdk is usable in a browser without a bundler
Overview\nThe SDK currently outputs CJS and ESM for Node.js. Add a browser-optimized UMD/ESM bundle that can be loaded from a CDN.\n\n## Tasks\n- [ ] Add
browserentry totsup.config.ts\n- [ ] Ensure no Node.js built-ins leak into the browser bundle\n- [ ] Add bundle size check in CI (warn if > 100 KB gzipped)\n- [ ] Test in a plain<script type="module">environment\n\n## Acceptance Criteria\n-@swiftremit/sdkis usable in a browser without a bundler