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
Just wanted to clarify the following similar doubts.
What is the propose of getSharedDependencies?
Can we add all the packages that are being used in the host and mfes level in the dependencies.json file?
1. Does it impact the app bundle size?
2. Or do need to follow any pattern to specify the dependencies in the dependencies.json file?
3. If we specify a dependency in dependencies.json file and host package.json file then can we use that dependency in all the mfes without specifying in the respective mfe package.json file?
The text was updated successfully, but these errors were encountered:
Just wanted to clarify the following similar doubts.
dependencies.json
file?1. Does it impact the app bundle size?
2. Or do need to follow any pattern to specify the dependencies in the
dependencies.json
file?3. If we specify a dependency in
dependencies.json
file and host package.json file then can we use that dependency in all the mfes without specifying in the respective mfe package.json file?The text was updated successfully, but these errors were encountered: