Skip to content

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

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

Successfully merging this pull request may close these issues.

1 participant