bugsnag-js
bugsnag-js copied to clipboard
[Integration] Typescript
Goal
Convert packages to TypeScript using rollup to bundle both ES modules and Common JS modules for maximum compatibility
Changeset
- Install and configure rollup
- Add type annotations to browser packages
- Update build scripts to generate es modules
Testing
Covered by CI
Outstanding
- [ ] Test tree shaking manually