-
-
Notifications
You must be signed in to change notification settings - Fork 595
Parse JS SDK and RequireJS or Webpack #421
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
Comments
@camdagr8 I'm having the exact same issue. Did you manage to fix this or work around it somehow? |
Sort of. I just included it the old fashioned way into my |
same problem solved by importing the version on dist folder it's ok?
|
I use it by importing from the dist folder as well:
|
@cleever your method works for me. Thanks! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I'm trying to include the Parse Javascript SDK (1.9.2) via npm (https://www.npmjs.com/package/parse) and I keep getting the following error in the browser:
Things I've Looked at:
npm install parse --save
So..
Can someone point me in the right direction as to what could be causing this error?
Thanks!
The text was updated successfully, but these errors were encountered: