File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1528,6 +1528,7 @@ export type ResolvedBuilderOptions = Required<BuilderOptions>
1528
1528
1529
1529
/**
1530
1530
* Creates a ViteBuilder to orchestrate building multiple environments.
1531
+ * @experimental
1531
1532
*/
1532
1533
export async function createBuilder (
1533
1534
inlineConfig : InlineConfig = { } ,
Original file line number Diff line number Diff line change @@ -345,6 +345,7 @@ export interface UserConfig extends DefaultEnvironmentOptions {
345
345
assetsInclude ?: string | RegExp | ( string | RegExp ) [ ]
346
346
/**
347
347
* Builder specific options
348
+ * @experimental
348
349
*/
349
350
builder ?: BuilderOptions
350
351
/**
@@ -564,6 +565,7 @@ export type ResolvedConfig = Readonly<
564
565
esbuild : ESBuildOptions | false
565
566
server : ResolvedServerOptions
566
567
dev : ResolvedDevEnvironmentOptions
568
+ /** @experimental */
567
569
builder : ResolvedBuilderOptions
568
570
build : ResolvedBuildOptions
569
571
preview : ResolvedPreviewOptions
You can’t perform that action at this time.
0 commit comments