Switch from `debug`?
phated opened this issue · 1 comments
phated commented
I'm not a huge fan of the debug
module. It requires localStorage
in the browser so if you try to browserify/webpack it for usage in a chrome extension/app, the code throws. Have you thought about using https://www.npmjs.com/package/debuglog instead?
jonschlinkert commented
debug was removed a long time ago, forgot to close...