JSPM

@ember-data/debug

4.12.0-alpha.19
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 108659
  • Score
    100M100P100Q165041F
  • License MIT

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

Package Exports

  • @ember-data/debug
  • @ember-data/debug/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ember-data/debug) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@ember-data/debug

Provides ember-inspector support for Ember apps built with EmberData

Installation

Note If using ember-data, this library comes pre-installed.

pnpm install @ember-data/debug

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.