Skip to content

Commit f23ae2d

Browse files
authored
chore: export composeCreateRsbuildConfig as utils (#367)
1 parent d5d5bb5 commit f23ae2d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/core/src/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
export { prepareCli } from './cli/prepare';
22
export { runCli } from './cli/commands';
3-
export { defineConfig, loadConfig } from './config';
3+
export {
4+
defineConfig,
5+
loadConfig,
6+
composeCreateRsbuildConfig as unstable_composeCreateRsbuildConfig,
7+
} from './config';
48
export { build } from './build';
59
export { logger } from './utils/logger';
610
export type * from './types';

0 commit comments

Comments
 (0)