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 c85fa30 commit 55a9951Copy full SHA for 55a9951
tests/integration/server/mf-dev/rslib.config.ts
@@ -6,7 +6,7 @@ import { generateBundleMFConfig } from 'test-helper';
6
7
const distPath = join(__dirname, 'dist/mf');
8
9
-const afterDevCompileDonePlugin: RsbuildPlugin = {
+const afterDevCompilePlugin: RsbuildPlugin = {
10
name: 'dev-done',
11
setup(api) {
12
api.onAfterDevCompile(() => {
@@ -21,5 +21,5 @@ export default defineConfig({
21
port: 3011,
22
open: false,
23
},
24
- plugins: [afterDevCompileDonePlugin],
+ plugins: [afterDevCompilePlugin],
25
});
0 commit comments