rsbuild
rsbuild copied to clipboard
[Bug]: After moduleFederation is turned on, polyfill does not take effect.
Version
latest
Details
The minimum configuration is as follows:
moduleFederation: {
options: {},
},
output: {
polyfill: 'entry',
overrideBrowserslist: ['chrome 70'],
},
At this time, corejs injection does not take effect.
In addition, this seems to be a problem with rspack, webpack is ok
Reproduce link
no
Reproduce Steps
no