Skip to content

Commit

Permalink
chore: fix default value
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Jan 28, 2022
1 parent 41421c4 commit 9e07062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/plugins/splitVendorChunk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class SplitVendorChunkCache {

export function splitVendorChunk({
cache = new SplitVendorChunkCache()
}): GetManualChunk {
} = {}): GetManualChunk {
return (id, { getModuleInfo }) => {
if (
id.includes('node_modules') &&
Expand Down

0 comments on commit 9e07062

Please sign in to comment.