Skip to content

Commit 26b1b82

Browse files
authored
chore: update jsdoc comment
1 parent 1e2fc8f commit 26b1b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/node/ssr/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export interface SSROptions {
4040
/**
4141
* Conditions that are used during ssr import (including `ssrLoadModule`) of externalized dependencies.
4242
*
43-
* @default ['node']
43+
* @default ['node', 'module-sync']
4444
*/
4545
externalConditions?: string[]
4646

0 commit comments

Comments
 (0)