-
Notifications
You must be signed in to change notification settings - Fork 40
ES6 import with Browserify #5
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
Hi @mwpastore, the situation should become much easier once #4 gets merged (which will be really soon). |
Great! Thank you! |
@mwpastore This should be fixed now that #4 has been merged. Could you confirm? |
Nevermind! The top version works. |
Glad to hear that! May I close the issue? |
Yes! Well at least for me. |
Great, closing then, feel free to reopen if needed. |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm having a heck of a time trying to import jsonapi-datastore into my Ember application using Browserify. Can someone help me with the syntax?
new JsonApiDataStore()
yields the following when I try:Gives me
npm_jsonapi_datastore.JsonApiDataStore is not a function
, and:Gives me
JsonApiDataStore.default is not a function
, and:Gives me
JsonApiDataStore is not a function
.Thanks in advance for any suggestions...
The text was updated successfully, but these errors were encountered: