Skip to content

Commit b643332

Browse files
committed
chore(rspack): move lazyCompilation to root config level
1 parent 1dd4188 commit b643332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/rspack.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ export default defineConfig({
1919
}),
2020
],
2121
},
22+
lazyCompilation: true,
2223
experiments: {
2324
css: true,
24-
lazyCompilation: true,
2525
},
2626
});

0 commit comments

Comments
 (0)