-
Notifications
You must be signed in to change notification settings - Fork 21
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
Support for Webpack #15
Comments
For js files in asset folder, right? |
Not sure I understand your question. I have a project that requires this SDK. When I build that with webpack, webpack traverses the dependency tree and bundles all required modules into a single file. Because of the way this SDK uses Changing this line and others to something more like |
Hi @aaron-lang-auroramj , Thanks for bringing this to our notice and we appreciate your valuable feedback on this. Regards |
The PR i'm working on should address this issue: #25 |
Does this SDK support being bundled with webpack?
Several lines like
generate errors:
Critical dependency: the request of a dependency is an expression
Is there a workaround?
Would you accept a PR fixing this?
The text was updated successfully, but these errors were encountered: