Skip to content

Commit 338081d

Browse files
authored
chore: fix comment for devEnvironmentOptions.moduleRunnerTransform (vitejs#20035)
1 parent d4d8ade commit 338081d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/node/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export interface DevEnvironmentOptions {
204204

205205
/**
206206
* For environments associated with a module runner.
207-
* By default it is true for the client environment and false for non-client environments.
207+
* By default, it is false for the client environment and true for non-client environments.
208208
* This option can also be used instead of the removed config.experimental.skipSsrTransform.
209209
*/
210210
moduleRunnerTransform?: boolean

0 commit comments

Comments
 (0)