Skip to content

Commit 23f4db8

Browse files
authored
perf(CLI): change default config loader from jiti to auto (#992)
1 parent d2fe679 commit 23f4db8

File tree

3 files changed

+108
-108
lines changed

3 files changed

+108
-108
lines changed

packages/core/src/cli/commands.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ const applyCommonOptions = (cli: CAC) => {
1919
)
2020
.option(
2121
'--config-loader <loader>',
22-
'Specify the loader to load the config file, can be `jiti` or `native`',
22+
'Specify the loader to load the config file (auto | jiti | native)',
2323
{
24-
default: 'jiti',
24+
default: 'auto',
2525
},
2626
)
2727
.option(

0 commit comments

Comments
 (0)