debug-noop
v4.0.1
Published
Replace `debug` with this to increase performance.
Downloads
142
Readme
debug-noop
Replace debug
with this to increase performance.
Yarn
In package.json
add:
"resolutions": {
"**/debug": "npm:debug-noop@*"
}