Skip to content

Commit a6c4b1a

Browse files
authored
feat: export Rspack and Rsbuild (#883)
1 parent 73d3bd1 commit a6c4b1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/core/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ export { logger } from './utils/logger';
1212
export type * from './types';
1313

1414
export const version: string = RSLIB_VERSION;
15+
16+
export { rspack, type Rspack } from '@rsbuild/core';
17+
export * as rsbuild from '@rsbuild/core';

0 commit comments

Comments
 (0)