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 d30ee87 commit 74e913bCopy full SHA for 74e913b
examples/module-federation/mf-host/rsbuild.config.ts
@@ -3,6 +3,9 @@ import { defineConfig } from '@rsbuild/core';
3
import { pluginReact } from '@rsbuild/plugin-react';
4
5
export default defineConfig({
6
+ dev: {
7
+ lazyCompilation: false,
8
+ },
9
plugins: [
10
pluginReact(),
11
pluginModuleFederation(
0 commit comments