-
Notifications
You must be signed in to change notification settings - Fork 4
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
Addon not working on Ember 3.11 #16
Comments
Seems like master already has these updates. @mminkoff let us know if you need something from us to get it released. |
Thanks @miguelcobain - yes, it's all done except I'm hitting this problem when running ember try: ember-cli/babel-plugin-ember-modules-api-polyfill#64, which hopefully will be resolved soon. @ehubbell what's in master should be safe to use if you'd like. I just don't want to publish it with failing tests. |
ember-cli-babel@7.20.1 was just released, and should fix the underlying issue referenced in ember-cli/babel-plugin-ember-modules-api-polyfill#64. https://github.com/babel/ember-cli-babel/releases/tag/v7.20.1 |
ember-filestack@3.02 was just published. It includes updating filestack.js to 3.15 and ember to 3.18. Thanks @ehubbell for reporting this, and sorry it took a few days to get it published. |
@mminkoff I just updated my project to use the latest versions of
Then when I use
Any idea what is happening here? I also tried with As an edit, I don't have any trouble when I use filestack directly. |
@ehubbell Can you try updating ember-auto-import to 1.6.0? This seems to be a webpack issue, which is used by ember-auto-import. |
@mminkoff Good call. That fixed the issue 😄 |
Great! I’ll try to get an update out tomorrow. |
@ehubbell I just published v3.1.2 that now hopefully has everything you need. Thanks for reporting the issue and trying out upgrading ember-auto-import. |
We recently updated our application to Ember 3.11 and this addon stopped working for us. We kept getting an error message that contained
chunk response
something.I then went to install
filestack-js
and just use the NPM module directly and, after install, the addon started working for us again. Pretty sure this addon needs to update it's dependency onfilestack-js
from"filestack-js": "^3.8.0"
to"filestack-js": "^3.15.0"
for later versions of Ember.The text was updated successfully, but these errors were encountered: