I have the following 3 repositories.
root-config -> https://github.com/sravan464/web-root-spa
react mfe -> https://github.com/sravan464/mfe-react-1
vanilla utility module -> https://github.com/sravan464/single-spa-util-module-vanilla
I am trying to understand how to export a function from single-spa vanilla utility module
and how can I import that function in my react-mfe
do we need to add a vanilla utility module in import maps of root-config ??