ember-debug-logger
ember-debug-logger copied to clipboard
how to use this on ember in repo engine?
i can't get this.debug from in repo engine.
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": "*"
}