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.
devEnvironmentOptions.moduleRunnerTransform
1 parent d4d8ade commit 338081dCopy full SHA for 338081d
packages/vite/src/node/config.ts
@@ -204,7 +204,7 @@ export interface DevEnvironmentOptions {
204
205
/**
206
* For environments associated with a module runner.
207
- * By default it is true for the client environment and false for non-client environments.
+ * By default, it is false for the client environment and true for non-client environments.
208
* This option can also be used instead of the removed config.experimental.skipSsrTransform.
209
*/
210
moduleRunnerTransform?: boolean
0 commit comments