Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump @rspack/core #81

Merged
merged 1 commit into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading