diff --git a/packages/vite/src/node/build.ts b/packages/vite/src/node/build.ts index b12a757d10e3ca..8932721f4e0bd2 100644 --- a/packages/vite/src/node/build.ts +++ b/packages/vite/src/node/build.ts @@ -654,7 +654,7 @@ function createMoveToVendorChunkFn(config: ResolvedConfig): GetManualChunk { if (staticImportedByEntry(id, getModuleInfo, cache)) { return 'vendor' } else { - return 'async-vendor'; + return 'async-vendor' } } }