File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed packages/vite/src/node/server
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -2,7 +2,7 @@ import { promises as fs } from 'node:fs'
|
2 | 2 | import path from 'node:path'
|
3 | 3 | import { performance } from 'node:perf_hooks'
|
4 | 4 | import getEtag from 'etag'
|
5 |
| -import * as convertSourceMap from 'convert-source-map' |
| 5 | +import convertSourceMap from 'convert-source-map' |
6 | 6 | import type { SourceDescription, SourceMap } from 'rollup'
|
7 | 7 | import colors from 'picocolors'
|
8 | 8 | import type { ViteDevServer } from '..'
|
|
You can’t perform that action at this time.
0 commit comments