We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b54ab6 commit ff9b6acCopy full SHA for ff9b6ac
packages/adapter-rsbuild/src/toRstestConfig.ts
@@ -65,7 +65,7 @@ export function toRstestConfig({
65
...(finalBuildConfig.plugins || []),
66
// remove some plugins that are not needed or not compatible in test environment
67
{
68
- name: 'remove-useless-plugins',
+ name: 'rsbuild-adapter:remove-useless-plugins',
69
remove: ['rsbuild:type-check'],
70
setup: () => {},
71
},
0 commit comments