Closed rwjblue closed 5 years ago
fwiw you need najax even in current versions of ember-data if you don't have ember-fetch installed. This change trolled our fastboot tests in ember-data itself because when we test the jquery scenario we add @ember/jquery and remove ember-fetch, once we bump to fastboot 3 this fails (see https://github.com/embermap/ember-cli-fastboot-testing/issues/471 and https://github.com/ember-fastboot/ember-cli-fastboot/issues/829).
It's not clear how to add najax back in from this example for ember-cli-fastboot-testing.
For applications that still need
najax
(for example, if they are using an older ember-data version), they can do (example uses newbuildSandboxGlobals
API):See #246 for more details about this change.
Closes #246