Skip to content

mfe not compatible with styles bundleName #292

Open
@Ketec

Description

@Ketec

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions