MadaraUchiha-314 / rollup-plugin-module-federation

A rollup plugin for module federation
https://rollup-plugin-module-federation.netlify.app/packages/examples/project-a/dist/rollup/esm/
MIT License
17 stars 1 forks source link

Add support for module sharing hints like requiredVersion, singleton, strictVersion etc #26

Closed MadaraUchiha-314 closed 8 months ago

MadaraUchiha-314 commented 9 months ago

Support everything here: https://github.com/MadaraUchiha-314/rollup-plugin-module-federation/blob/main/packages/rollup-plugin-module-federation/types/index.d.ts#L122

MadaraUchiha-314 commented 8 months ago

This is taken care in https://github.com/MadaraUchiha-314/rollup-plugin-module-federation/pull/32