rsbuild icon indicating copy to clipboard operation
rsbuild copied to clipboard

[Bug]: After moduleFederation is turned on, polyfill does not take effect.

Open nanianlisao opened this issue 4 months ago • 3 comments

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

nanianlisao avatar Sep 29 '24 07:09 nanianlisao