Skip to content

Documentation / @warp-drive/build-config / deprecations / DEPRECATE_LEGACY_IMPORTS

ts
const DEPRECATE_LEGACY_IMPORTS: boolean = true;

Defined in: deprecations.ts:203

ember-data:deprecate-legacy-imports

Deprecates when importing from ember-data/* instead of @ember-data/* in order to prepare for the eventual removal of the legacy ember-data/*

All imports from ember-data/* should be updated to @ember-data/* except for ember-data/store. When you are using ember-data (as opposed to installing the indivudal packages) you should import from ember-data/store instead of @ember-data/store in order to receive the appropriate configuration of defaults.

Since

5.3

Until

6.0

Released under the MIT License.