Skip to content

Commit

Permalink
chore: revert isDebug change
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhdaware committed May 2, 2022
1 parent 1d34d51 commit ac05f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/plugins/importAnalysis.ts
Expand Up @@ -53,7 +53,7 @@ import {
optimizedDepNeedsInterop
} from '../optimizer'

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

const clientDir = normalizePath(CLIENT_DIR)
Expand Down

0 comments on commit ac05f25

Please sign in to comment.