Skip to content

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

Open
yansenlei wants to merge 2 commits intovuejs:mainfrom
yansenlei:next
Open

fix: get unique module-id by the hash resourcePath#1996
yansenlei wants to merge 2 commits intovuejs:mainfrom
yansenlei:next

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