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 42f7bd6 commit 4241aefCopy full SHA for 4241aef
packages/core/src/cli/mf.ts
@@ -44,11 +44,7 @@ async function initMFRsbuild(
44
mode: 'development',
45
root: config.root,
46
plugins: config.plugins,
47
- dev: {
48
- ...(config.dev ?? {}),
49
- // TODO: remove this after Rsbuild fix that the environment config of writeToDisk not takes effect
50
- writeToDisk: true,
51
- },
+ dev: config.dev,
52
server: config.server,
53
environments: selectedEnvironments,
54
},
0 commit comments