-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Using with Webpack #43
Comments
Can close cuz this questions super ambiguous |
Probably, there shouldn't be any issues caused by any transpiler/packer. But need to check, whether Freshdesk itself allows cross-origin requests (CORS). If CORS is forbidden on Freshdesk, then it is not possible to use this package from a browser (probably). If CORS is allowed, we could try to check the following popular tools for compatibility:
The best approach - write simple tests, or create a simple web-page to use |
Solved! Was able to fix by adding this in my webpack config...
|
@Velua , added to readme. for now - without any changes https://github.com/arjunkomath/node-freshdesk-api#use-with-webpack |
Just a quick question, has anyone had any trouble using this package with webpack in use as well?
The text was updated successfully, but these errors were encountered: