Skip to content

Commit

Permalink
chore: bump @rspack/core (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework authored Aug 12, 2024
1 parent e110f93 commit 50573c6
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 64 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ For VS Code users, you can install the [Biome VS Code extension](https://marketp

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:

| Package | Link |
| ------------ | ------------------------------------------------------- |
| @rspack/core | [PR](https://github.com/web-infra-dev/rspack/pull/7493) |
| Package | Link |
| ------------ | ---------------------------------------------------------------------- |
| @rspack/core | [HEAD](https://github.com/fi3ework/rspack/tree/module-import-fallback) |
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"pnpm": {
"overrides": {
"@rspack/core": "npm:@rspack/[email protected]af0452f-20240808052639"
"@rspack/core": "npm:@rspack/[email protected]f6e73ba-20240809060047"
}
}
}
10 changes: 3 additions & 7 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
export { build } from './build';
export { runCli } from './cli/commands';
export { prepareCli } from './cli/prepare';
export { runCli } from './cli/commands';
export { defineConfig, loadConfig } from './config';

export * from './utils/logger';
export * from './utils/helper';

export * from './types/config';
export { build } from './build';
export { logger } from './utils/logger';

export const version: string = RSLIB_VERSION;
106 changes: 53 additions & 53 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 50573c6

Please sign in to comment.