Skip to content

Commit

Permalink
docs: update en/configure-rsbuild.mdx (#3792)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 authored Oct 22, 2024
1 parent 43121ba commit 5859864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/en/guide/basic/configure-rsbuild.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export default defineConfig(async ({ env, command }) => {

## Merge Configurations

You can use the [mergeRsbuildConfig](/api/javascript-api/core#mergersbuildconfig) function exported by `@rspack/core` to merge multiple configurations.
You can use the [mergeRsbuildConfig](/api/javascript-api/core#mergersbuildconfig) function exported by `@rsbuild/core` to merge multiple configurations.

```ts title="rsbuild.config.ts"
import { defineConfig, mergeRsbuildConfig } from '@rsbuild/core';
Expand Down

0 comments on commit 5859864

Please sign in to comment.