Skip to content

Commit ac05f25

Browse files
committed
chore: revert isDebug change
1 parent 1d34d51 commit ac05f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/node/plugins/importAnalysis.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ import {
5353
optimizedDepNeedsInterop
5454
} from '../optimizer'
5555

56-
const isDebug = true
56+
const isDebug = !!process.env.DEBUG
5757
const debug = createDebugger('vite:import-analysis')
5858

5959
const clientDir = normalizePath(CLIENT_DIR)

0 commit comments

Comments
 (0)