-
Notifications
You must be signed in to change notification settings - Fork 109
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
Issue when bundling #137
Comments
Hi! I have a similar situation right now, did you get this resolved? |
Hi,
Please check if your webpack.config.js has any option to ignore the
There may be a better way to get this done, but for getting things to work this is what had to be done. Additional information (in case you are facing building of react code): Please ensure to add the below mentioned babel libs in devDependencies { Hope this helps! Regards, |
Hi,
Firstly, thanks for this amazing lib.
The lib works all fine when run locally (development setup), however when bundled, I see there is an issue as below when run from server (tomcat).
I am sure its something got to do with webpack config or so.. Could you please let me know what is that I could be missing that it is showing up this error.
Note: in development setup, I do not see this error as node takes care of rendering it.
Thanks,
Shankar
The text was updated successfully, but these errors were encountered: