Skip to content

Commit 55a9951

Browse files
committed
chore: update
1 parent c85fa30 commit 55a9951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/server/mf-dev/rslib.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { generateBundleMFConfig } from 'test-helper';
66

77
const distPath = join(__dirname, 'dist/mf');
88

9-
const afterDevCompileDonePlugin: RsbuildPlugin = {
9+
const afterDevCompilePlugin: RsbuildPlugin = {
1010
name: 'dev-done',
1111
setup(api) {
1212
api.onAfterDevCompile(() => {
@@ -21,5 +21,5 @@ export default defineConfig({
2121
port: 3011,
2222
open: false,
2323
},
24-
plugins: [afterDevCompileDonePlugin],
24+
plugins: [afterDevCompilePlugin],
2525
});

0 commit comments

Comments
 (0)