-
-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standalone browser versions of all libraries #415
Comments
Hi, is this issue still open |
Hi, Can I work on this issue? I have decent experience in this tech-stack. So, Please can you assign it to me? |
I would like to request yout to assign this issue to me related to integrating the Issue Summary: My Solution:
I am confident that this approach will ensure seamless integration of the |
Hi , I would love to work on this issue if you let me . as I have about prerequisite knowledge about libraries and javascript that |
Currently, several modules have UMD versions generated using Webpack:
concerto/packages/concerto-core/package.json
Line 14 in b05be1d
concerto/packages/concerto-tools/package.json
Line 13 in b05be1d
Only
concerto-core
has thebrowser
key set though.However, in order to get this library integrated into a React application, I had to add the following polyfills and globals:
This may be as simple as ensuring that all of our modules include UMD generated versions, rather than anything wrong with the Webpack configuration.
The text was updated successfully, but these errors were encountered: