Skip to content

Commit 3cfb02a

Browse files
authored
Update packages/core/src/config.ts
1 parent 46f84c7 commit 3cfb02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ const composeFormatConfig = ({
710710
};
711711

712712
const disableUrlParseRsbuildPlugin = (): RsbuildPlugin => ({
713-
name: 'rsbuild:format',
713+
name: 'rsbuild:disable-url-parse',
714714
setup(api) {
715715
api.modifyBundlerChain((config, { CHAIN_ID }) => {
716716
// Fix for https://github.com/web-infra-dev/rslib/issues/499.

0 commit comments

Comments
 (0)