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 d34670c commit 3e06d99Copy full SHA for 3e06d99
packages/core/src/index.ts
@@ -3,7 +3,7 @@ export { runCli } from './cli/commands';
3
export {
4
defineConfig,
5
loadConfig,
6
- composeCreateRsbuildConfig as _composeCreateRsbuildConfig,
+ composeCreateRsbuildConfig as unstable_composeCreateRsbuildConfig,
7
} from './config';
8
export { build } from './build';
9
export { logger } from './utils/logger';
0 commit comments