-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
In upgrading from v2.13 to v2.15: broccoli-babel-transpiler is opting out of caching #5164
Comments
I'm experiencing the same issue after upgrading to v2.15 from v2.14. |
This has been fixed in #5114 /w tests... |
@xomaczar I still see the issue on ember-data 2.15.2. I get the opting out of caching message. |
What's the error/warning? |
Can you try 2.15.3 |
@xomaczar same issue with 2.15.3. It's the same issue this issue says. |
Can you share the full output of the warning? It generally includes the actual plugin code after that message (this will help us identify which plugin is causing the caching to be disabled)... |
@rwjblue sure thing!
|
Awesome, thank you! I submitted #5196 to address. |
Thanks @rwjblue! |
@rwjblue Will this fix be released in ember-data 2.15 or 2.16? |
@musaffa This fix should be in Ember Data 2.16.0. |
Thanks. I couldn't upgrade to 2.15 because of this issue. This is for the first time I couldn't upgrade. |
This is fixed for me on 2.16.2. Thanks everyone! |
Upgrading ember-data from v2.13 to v2.15 (in addon) with "yarn upgrade ember-data" results in:
broccoli-babel-transpiler is opting out of caching due to a plugin that does not provide a caching strategy:
Probably some dependency needs to be bumped to avoid this.
Doing full "yarn upgrade" fixes the broccoli-babel-transpiler issue but introduces new warning:
"'instrument' is imported from external module 'ember-data/-debug' but never used"
The text was updated successfully, but these errors were encountered: