Skip to content

Commit ff9b6ac

Browse files
authored
chore(rsbuild-adapter): update rsbuild plugin name (#1068)
1 parent 0b54ab6 commit ff9b6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/adapter-rsbuild/src/toRstestConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function toRstestConfig({
6565
...(finalBuildConfig.plugins || []),
6666
// remove some plugins that are not needed or not compatible in test environment
6767
{
68-
name: 'remove-useless-plugins',
68+
name: 'rsbuild-adapter:remove-useless-plugins',
6969
remove: ['rsbuild:type-check'],
7070
setup: () => {},
7171
},

0 commit comments

Comments
 (0)