Skip to content

Commit 1413162

Browse files
committed
chore: fix jsdoc for experimental.enableNativePlugin
1 parent 5e65161 commit 1413162

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
@@ -521,7 +521,7 @@ export interface ExperimentalOptions {
521521
* Enable builtin plugin that written by rust, which is faster than js plugin.
522522
*
523523
* @experimental
524-
* @default true
524+
* @default false
525525
*/
526526
enableNativePlugin?: boolean
527527
}

0 commit comments

Comments
 (0)