Skip to content

fix: get unique module-id by the hash resourcePath #1996

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

yansenlei
Copy link

@yansenlei yansenlei commented Sep 21, 2022

Get unique module-id by the hash resourcePath, This makes it possible for multiple projects to run simultaneously on a single project.

e.g.
A parent project has two sub-project, To prevent the module-id conflict.

Before:

ProjectA/src/view.vue => module-id: f82f3d04

ProjectB/src/view.vue => module-id: f82f3d04

After:

ProjectA/src/view.vue => module-id: 541fde99

ProjectB/src/view.vue => module-id: 35fda838

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant