Open
Description
The moment i added a bundleName name the build instantly failed with
Cannot read properties of undefined (reading 'import')
looking at the log file points to modify-entry-plugin
Happens when eager is set to true.
const mfConf = withModuleFederationPlugin({
shared: {
...shareAll({ singleton: true, strictVersion: false, requiredVersion: 'auto', eager: true }, DEFAULT_SKIP_LIST)
}
});
Metadata
Metadata
Assignees
Labels
No labels