We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2fc8f commit 26b1b82Copy full SHA for 26b1b82
packages/vite/src/node/ssr/index.ts
@@ -40,7 +40,7 @@ export interface SSROptions {
40
/**
41
* Conditions that are used during ssr import (including `ssrLoadModule`) of externalized dependencies.
42
*
43
- * @default ['node']
+ * @default ['node', 'module-sync']
44
*/
45
externalConditions?: string[]
46
0 commit comments