We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052799e commit 1507068Copy full SHA for 1507068
packages/vite/src/node/build.ts
@@ -1463,7 +1463,19 @@ export interface ViteBuilder {
1463
}
1464
1465
export interface BuilderOptions {
1466
+ /**
1467
+ * Whether to share the config instance among environments to align with the behavior of dev server.
1468
+ *
1469
+ * @default false
1470
+ * @experimental
1471
+ */
1472
sharedConfigBuild?: boolean
1473
1474
+ * Whether to share the plugin instances among environments to align with the behavior of dev server.
1475
1476
1477
1478
1479
sharedPlugins?: boolean
1480
buildApp?: (builder: ViteBuilder) => Promise<void>
1481
0 commit comments