Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed Dec 13, 2024
1 parent 97808c8 commit 3b32bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/plugins/importAnalysisBuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ export function buildImportAnalysisPlugin(config: ResolvedConfig): Plugin {
]) as SourceMap
map.toUrl = () => genSourceMapUrl(map)

const originalDebugId = chunk.map.debugId
const originalDebugId = chunk.map.debugId;
chunk.map = map

if (buildSourcemap === 'inline') {
Expand Down

0 comments on commit 3b32bd9

Please sign in to comment.