Skip to content

Commit

Permalink
chore: fix jsdoc for experimental.enableNativePlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Feb 20, 2025
1 parent 7e5a8b6 commit 0f620f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ export interface ExperimentalOptions {
* Enable builtin plugin that written by rust, which is faster than js plugin.
*
* @experimental
* @default true
* @default false
*/
enableNativePlugin?: boolean
}
Expand Down

0 comments on commit 0f620f2

Please sign in to comment.