super-app-showcase
super-app-showcase copied to clipboard
Question - What is the propose of getSharedDependencies?
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.jsonfile? 1. Does it impact the app bundle size? 2. Or do need to follow any pattern to specify the dependencies in thedependencies.jsonfile? 3. If we specify a dependency independencies.jsonfile and host package.json file then can we use that dependency in all the mfes without specifying in the respective mfe package.json file?