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 bc0d1ac commit 3e7ec45Copy full SHA for 3e7ec45
packages/core/src/plugins/lazyCompilation.ts
@@ -29,13 +29,13 @@ export const pluginLazyCompilation = (): RsbuildPlugin => ({
29
imports: true,
30
},
31
});
32
+ return;
33
}
- } else {
34
- chain.experiments({
35
- ...chain.get('experiments'),
36
- lazyCompilation: options,
37
- });
38
+ chain.experiments({
+ ...chain.get('experiments'),
+ lazyCompilation: options,
+ });
39
40
41
0 commit comments