Is it possible to expose component from parent to child in micro-frontend using ModuleFederationPlugin
Structure of my react based application is micro-frontend using webpack ModuleFederationPlugin.
Currently, I am only exposing component from child and using it as remote in parent application.