ember-debug-logger icon indicating copy to clipboard operation
ember-debug-logger copied to clipboard

how to use this on ember in repo engine?

Open cahyowhy opened this issue 7 years ago • 1 comments

i can't get this.debug from in repo engine.

cahyowhy avatar Mar 22 '18 04:03 cahyowhy

Hi @cahyowhy — how are your dependencies set up? You'll probably need to add something like this to the package.json for your in-repo engine:

"dependencies": {
  "ember-debug-logger": "*"
}

dfreeman avatar Mar 22 '18 15:03 dfreeman