Skip to content

Commit 50573c6

Browse files
authored
chore: bump @rspack/core (#81)
1 parent e110f93 commit 50573c6

File tree

4 files changed

+60
-64
lines changed

4 files changed

+60
-64
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ For VS Code users, you can install the [Biome VS Code extension](https://marketp
121121

122122
The project is still in its early stages and under active development, so it possible dependents on Rsbuild or Rspack canary versions to test the latest features. The current canary versions are:
123123

124-
| Package | Link |
125-
| ------------ | ------------------------------------------------------- |
126-
| @rspack/core | [PR](https://github.com/web-infra-dev/rspack/pull/7493) |
124+
| Package | Link |
125+
| ------------ | ---------------------------------------------------------------------- |
126+
| @rspack/core | [HEAD](https://github.com/fi3ework/rspack/tree/module-import-fallback) |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"pnpm": {
5353
"overrides": {
54-
"@rspack/core": "npm:@rspack/[email protected]af0452f-20240808052639"
54+
"@rspack/core": "npm:@rspack/[email protected]f6e73ba-20240809060047"
5555
}
5656
}
5757
}

packages/core/src/index.ts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
export { build } from './build';
2-
export { runCli } from './cli/commands';
31
export { prepareCli } from './cli/prepare';
2+
export { runCli } from './cli/commands';
43
export { defineConfig, loadConfig } from './config';
5-
6-
export * from './utils/logger';
7-
export * from './utils/helper';
8-
9-
export * from './types/config';
4+
export { build } from './build';
5+
export { logger } from './utils/logger';
106

117
export const version: string = RSLIB_VERSION;

pnpm-lock.yaml

Lines changed: 53 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)