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 d5d5bb5 commit f23ae2dCopy full SHA for f23ae2d
packages/core/src/index.ts
@@ -1,6 +1,10 @@
1
export { prepareCli } from './cli/prepare';
2
export { runCli } from './cli/commands';
3
-export { defineConfig, loadConfig } from './config';
+export {
4
+ defineConfig,
5
+ loadConfig,
6
+ composeCreateRsbuildConfig as unstable_composeCreateRsbuildConfig,
7
+} from './config';
8
export { build } from './build';
9
export { logger } from './utils/logger';
10
export type * from './types';
0 commit comments