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 bd3633b commit 2f542f6Copy full SHA for 2f542f6
packages/utils/src/node.ts
@@ -3,9 +3,7 @@
3
* you must either a) use `console.log` rather than the logger, or b) put your function elsewhere.
4
*/
5
6
-import { DEBUG_BUILD } from './debug-build';
7
import { isBrowserBundle } from './env';
8
-import { logger } from './logger';
9
10
/**
11
* Checks whether we're in the Node.js or Browser environment
0 commit comments