Skip to content

Multiple extensions - Chunks with same name may conflict #12

Description

@offtherailz

In case we install many extensions in the same environment , they may conflict, if they have chunks with the same name (number).

This because the ModuleFederation plugin applies to chunks a scope based on the name in package.json.

To fix this you on your extension you can try to change the name in package.json or use uniqueName option.

We should solve on MapStoreExtension this using the extension name as uniqueName.

https://webpack.js.org/configuration/output/#outputuniquename

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions