Skip to content

Commit d458ccd

Browse files
authoredJun 8, 2023
fix(debug): import performance from perf_hooks (#13464)
1 parent 123ef4c commit d458ccd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/vite/src/node/plugins/esbuild.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import path from 'node:path'
2+
import { performance } from 'node:perf_hooks'
23
import colors from 'picocolors'
34
import type {
45
Loader,

0 commit comments

Comments
 (0)
Please sign in to comment.