Skip to content

Commit abdea99

Browse files
authored
docs: sync configLoader desc
1 parent b0875d1 commit abdea99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guide/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ vite [root]
2626
| `--base <path>` | 公共基础路径(默认为:`/`)(`string`) |
2727
| `-l, --logLevel <level>` | info \| warn \| error \| silent (`string`) |
2828
| `--clearScreen` | 允许或禁用打印日志时清除屏幕 (`boolean`) |
29-
| `--configLoader <loader>` | 使用 `bundle` 来采用 Rolldown 打包配置,或是 `runner`(实验性)来在运行时处理,默认是 `bundle` |
29+
| `--configLoader <loader>` | 使用 `bundle` 来采用 Rolldown 打包配置,或是 `runner`(实验性)来在运行时处理,或是 `native`(实验性)来使用原生运行时加载,默认是 `bundle` |
3030
| `--profile` | 启动内置的 Node.js 调试器(查看 [性能瓶颈](/guide/troubleshooting#performance-bottlenecks)|
3131
| `-d, --debug [feat]` | 显示调试日志 (`string \| boolean`) |
3232
| `-f, --filter <filter>` | 过滤调试日志 (`string`) |

0 commit comments

Comments
 (0)