You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/cli-generated.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -919,6 +919,12 @@ Removes colors from the console output
919
919
920
920
Clear terminal screen when re-running tests during watch mode (default: `true`)
921
921
922
+
### configLoader
923
+
924
+
-**CLI:**`--configLoader <loader>`
925
+
926
+
Use `bundle` to bundle the config with esbuild or `runner` (experimental) to process it on the fly. This is only available in vite version 6.1.0 and above. (default: `bundle`)
'Clear terminal screen when re-running tests during watch mode (default: `true`)',
808
808
},
809
+
configLoader: {
810
+
description:
811
+
'Use `bundle` to bundle the config with esbuild or `runner` (experimental) to process it on the fly. This is only available in vite version 6.1.0 and above. (default: `bundle`)',
812
+
argument: '<loader>',
813
+
},
809
814
standalone: {
810
815
description:
811
816
'Start Vitest without running tests. File filters will be ignored, tests will be running only on change (default: `false`)',
0 commit comments