We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123ef4c commit d458ccdCopy full SHA for d458ccd
packages/vite/src/node/plugins/esbuild.ts
@@ -1,4 +1,5 @@
1
import path from 'node:path'
2
+import { performance } from 'node:perf_hooks'
3
import colors from 'picocolors'
4
import type {
5
Loader,
0 commit comments