Skip to content

Commit

Permalink
chore: fix dev build replacing undefined (#10740)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Oct 31, 2022
1 parent ee8c7a6 commit 1358a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/server/transformRequest.ts
Expand Up @@ -2,7 +2,7 @@ import { promises as fs } from 'node:fs'
import path from 'node:path'
import { performance } from 'node:perf_hooks'
import getEtag from 'etag'
import * as convertSourceMap from 'convert-source-map'
import convertSourceMap from 'convert-source-map'
import type { SourceDescription, SourceMap } from 'rollup'
import colors from 'picocolors'
import type { ViteDevServer } from '..'
Expand Down

0 comments on commit 1358a3c

Please sign in to comment.