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 bf91f28 commit f6460bdCopy full SHA for f6460bd
packages/core/src/plugins/esm.ts
@@ -11,11 +11,6 @@ export const pluginEsm = (): RsbuildPlugin => ({
11
return;
12
}
13
14
- if (target === 'web') {
15
- // Temporary solution to fix the issue of runtime chunk not loaded as expected.
16
- chain.optimization.runtimeChunk(true);
17
- }
18
-
19
if (target === 'node') {
20
chain.output.library({
21
...chain.output.get('library'),
0 commit comments