BugSplat-Git / bugsplat-js

🐛💥🕵️ BugSplat error reporting for modern browsers
https://docs.bugsplat.com/introduction/getting-started/integrations/web/javascript
MIT License
5 stars 2 forks source link

ESM #32

Closed bobbyg603 closed 3 years ago

bobbyg603 commented 3 years ago
bobbyg603 commented 3 years ago

Oof, the require syntax only appears to be working in my-react-crasher because of some sort of translation that's happening under the hood.

bobbyg603 commented 3 years ago

Most stuff seems to be working now, only sucky part left as far as I know is in my-ts-react-crasher you have to use `import { BugSplat } from 'bugsplat/esm';

bobbyg603 commented 3 years ago

Fixed!