We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b00683 commit 3b7c8adCopy full SHA for 3b7c8ad
packages/core/src/config.ts
@@ -145,7 +145,9 @@ export function convertLibConfigToRsbuildConfig(
145
}
146
147
148
-export async function composeCreateRsbuildConfig(rslibConfig: RslibConfig) {
+export async function composeCreateRsbuildConfig(
149
+ rslibConfig: RslibConfig,
150
+): Promise<Partial<Record<Format, RsbuildConfig>>> {
151
const internalRsbuildConfig = await createInternalRsbuildConfig();
152
153
const { lib: libConfigsArray, ...sharedRsbuildConfig } = rslibConfig;
0 commit comments