import-map-deployer icon indicating copy to clipboard operation
import-map-deployer copied to clipboard

Contribute - Support for Angular Module Federation (mf.manifest.json)

Open egandro opened this issue 2 years ago • 1 comments

Hello,

I would love to contribute to this project. I am not using single-spa - I am unsing Angular Module Federation.

They have a concept very very similart to the import map:

https://github.com/angular-architects/module-federation-plugin/blob/main/libs/mf/tutorial/tutorial.md#part-4c-use-a-registry

I would like to add a simple parameter "type = mef" to the import map deployer to suppor this type of files.

Please confirm that you will add it :)

egandro avatar Apr 20 '23 10:04 egandro

You already have a manifestFormat :) 😍😍😍

manifestFormat (required): A string that is either "importmap" or "sofe", which indicates whether the import-map-deployer is interacting with an import map or a sofe manifest.

egandro avatar Apr 20 '23 10:04 egandro