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 40a9572 commit fe5b0efCopy full SHA for fe5b0ef
packages/vite/src/node/plugins/esbuild.ts
@@ -10,8 +10,8 @@ import { transform } from 'esbuild'
10
// TODO: import type { FSWatcher } from 'chokidar'
11
import type { RawSourceMap } from '@ampproject/remapping'
12
import type { InternalModuleFormat, SourceMap } from 'rollup'
13
-import type { TSConfckParseResult } from 'tsconfck';
14
-import { TSConfckCache , TSConfckParseError, parse } from 'tsconfck'
+import type { TSConfckParseResult } from 'tsconfck'
+import { TSConfckCache, TSConfckParseError, parse } from 'tsconfck'
15
import {
16
combineSourcemaps,
17
createDebugger,
0 commit comments