@ember-data/debug

5.3.3 • Public • Published

@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.

Readme

Keywords

Package Sidebar

Install

npm i @ember-data/debug

Weekly Downloads

87,518

Version

5.3.3

License

MIT

Unpacked Size

17.1 kB

Total Files

8

Last publish

Collaborators

  • richgt
  • ember-data-admin
  • runspired
  • hjdivad
  • rwjblue
  • stefanpenner
  • bmac
  • fivetanley
  • dgeb
  • igort
  • kellyselden
  • heroiceric
  • snewcomer