Skip to content

Commit

Permalink
chore: adjust code style
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Dec 24, 2021
1 parent 50595f0 commit 399efc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/build.ts
Expand Up @@ -654,7 +654,7 @@ function createMoveToVendorChunkFn(config: ResolvedConfig): GetManualChunk {
if (staticImportedByEntry(id, getModuleInfo, cache)) {
return 'vendor'
} else {
return 'async-vendor';
return 'async-vendor'
}
}
}
Expand Down

0 comments on commit 399efc6

Please sign in to comment.