File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1528,6 +1528,7 @@ export type ResolvedBuilderOptions = Required<BuilderOptions>
15281528
15291529/**
15301530 * Creates a ViteBuilder to orchestrate building multiple environments.
1531+ * @experimental
15311532 */
15321533export async function createBuilder (
15331534 inlineConfig : InlineConfig = { } ,
Original file line number Diff line number Diff line change @@ -345,6 +345,7 @@ export interface UserConfig extends DefaultEnvironmentOptions {
345345 assetsInclude ?: string | RegExp | ( string | RegExp ) [ ]
346346 /**
347347 * Builder specific options
348+ * @experimental
348349 */
349350 builder ?: BuilderOptions
350351 /**
@@ -564,6 +565,7 @@ export type ResolvedConfig = Readonly<
564565 esbuild : ESBuildOptions | false
565566 server : ResolvedServerOptions
566567 dev : ResolvedDevEnvironmentOptions
568+ /** @experimental */
567569 builder : ResolvedBuilderOptions
568570 build : ResolvedBuildOptions
569571 preview : ResolvedPreviewOptions
You can’t perform that action at this time.
0 commit comments