Skip to content

Commit 2008da5

Browse files
committed
chore: update JSDoc of experimental.enableNativePlugin option
refs #346
1 parent eb776bd commit 2008da5

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
@@ -541,7 +541,7 @@ export interface ExperimentalOptions {
541541
* Enable builtin plugin that written by rust, which is faster than js plugin.
542542
*
543543
* @experimental
544-
* @default false
544+
* @default 'resolver'
545545
*/
546546
enableNativePlugin?: boolean | 'resolver'
547547
}

0 commit comments

Comments
 (0)