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 73d3bd1 commit a6c4b1aCopy full SHA for a6c4b1a
packages/core/src/index.ts
@@ -12,3 +12,6 @@ export { logger } from './utils/logger';
12
export type * from './types';
13
14
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