JSPM

@ember-data/debug

5.8.0-alpha.42
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 113985
  • Score
    100M100P100Q159771F
  • License MIT

Provides support for the ember-inspector for apps built with Ember and EmberData

Package Exports

  • @ember-data/debug
  • @ember-data/debug/_app_/data-adapter
  • @ember-data/debug/data-adapter
  • @ember-data/debug/index

Readme

NPM Stable Version NPM Downloads License EmberJS Discord Community Server WarpDrive Discord Server


WarpDrive is the lightweight data library for web apps —
universal, typed, reactive, and ready to scale.


@ember-data/debug

Provides ember-inspector support for Ember apps built with EmberData and using the older ember-data packages.

Tagged Releases

  • NPM Canary Version
  • NPM Beta Version
  • NPM Stable Version
  • NPM LTS Version
  • NPM LTS 4.12 Version

Usage

removing inspector support in production

If you do not want to ship inspector support in your production application, you can specify that all support for it should be stripped from the build.

let app = new EmberApp(defaults, {
  emberData: {
    includeDataAdapterInProduction: false,
  },
});

License

This project is licensed under the MIT License.