Skip to content

Commit 74e913b

Browse files
authored
chore: disable lazyCompilation to make mf e2e case stable (#1278)
1 parent d30ee87 commit 74e913b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/module-federation/mf-host/rsbuild.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import { defineConfig } from '@rsbuild/core';
33
import { pluginReact } from '@rsbuild/plugin-react';
44

55
export default defineConfig({
6+
dev: {
7+
lazyCompilation: false,
8+
},
69
plugins: [
710
pluginReact(),
811
pluginModuleFederation(

0 commit comments

Comments
 (0)