You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both projects were built using vue/cli. The publicPath has been set to auto and the uniqueName in output has been configured separately. Module federation can be used normally if only one party provides the component and one party uses the component.
The console does not prompt any errors, only a warning that the dependent version in shared does not match.
questions
The two projects are configured according to the documents. According to the principle, A project can be both A provider and a consumer. However, after such configuration, I did not find the files of project A requesting project B in the network request, nor did Project A requesting project B in the B project. Why is that? Is there a problem with my configuration?
Moreover, in the network request, it can be seen that the MF file obtained by A project is provided by A project itself, and the B project is also like this.
This is A network request from Project A, and this remote.js is supposed to be what it's going to provide, but now it loads itself
The text was updated successfully, but these errors were encountered:
Configuration of A
Configuration of B
Project Information
Both projects were built using vue/cli. The publicPath has been set to auto and the uniqueName in output has been configured separately. Module federation can be used normally if only one party provides the component and one party uses the component.
The console does not prompt any errors, only a warning that the dependent version in shared does not match.
questions
The two projects are configured according to the documents. According to the principle, A project can be both A provider and a consumer. However, after such configuration, I did not find the files of project A requesting project B in the network request, nor did Project A requesting project B in the B project. Why is that? Is there a problem with my configuration?
Moreover, in the network request, it can be seen that the MF file obtained by A project is provided by A project itself, and the B project is also like this.
This is A network request from Project A, and this remote.js is supposed to be what it's going to provide, but now it loads itself
The text was updated successfully, but these errors were encountered: