Expected Behavior
An npm script like npm run build:umd would be available that would compile this library into a format that made Client available on the window.
Current Behavior
No build system is used in this project.
Context
https://rollupjs.org/guide/en/ is a good point to start with. I'm not super familiar with most of the build tools or I would try submit a PR, but hopefully there's a straightforward solution.
Thank you for your time!
Expected Behavior
An npm script like
npm run build:umdwould be available that would compile this library into a format that madeClientavailable on thewindow.Current Behavior
No build system is used in this project.
Context
https://rollupjs.org/guide/en/ is a good point to start with. I'm not super familiar with most of the build tools or I would try submit a PR, but hopefully there's a straightforward solution.
Thank you for your time!