You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone, after updating from fom previous stable to 3.22.0 I'm seeing this error when building:
Build Error (broccoli-persistent-filter:Babel > [Babel: @ember-data/adapter]) in @ember-data/adapter/rest.js
/my-project/@ember-data/adapter/rest.js: Imported DEPRECATE_NAJAX from @ember-data/private-build-infra/deprecations which is not a supported flag.
Also have latest stable ember-cli.
Thanks in advance
The text was updated successfully, but these errors were encountered:
FWIW, this is due to caching with esm (which we are using to discover these feature and deprecation flags). We disabled that caching over in #7322, but I don't know if that has landed in 3.22.
Hi all! There are two things that would still result in this error after bumping to 3.22 (esm cache is disabled)...
If you update from a version that has the esm cache enabled, you will see this error.
If you are updating from release (3.21 esm cache disabled) and never blew away your node_modules and subsequently upgraded to a release with a new flag, you will see this error.
Hi everyone, after updating from fom previous stable to 3.22.0 I'm seeing this error when building:
Also have latest stable ember-cli.
Thanks in advance
The text was updated successfully, but these errors were encountered: