We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0aff4 commit 25fee1cCopy full SHA for 25fee1c
1 file changed
debug/src/index.js
@@ -1,7 +1,5 @@
1
import { initDebug } from './debug';
2
import { initDevTools } from './devtools';
3
4
-if (process.env.NODE_ENV === 'development') {
5
- initDebug();
6
- initDevTools();
7
-}
+initDebug();
+initDevTools();
0 commit comments