-
We are currently working on publishing the bundles of our micro apps on a S3 bucket and CloudFront and the goal is to be able to tell which users should have access to the version 2.x after a login for example. To make it work we uploaded the files to the S3 the same way it was bundled
Changed the remote from rspack.config.mjs to the CloudFront URL And we copied the ResolverPlugin to make a helper function
Is this ok?? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I followed this documentation installed
and followed the module federation documentation |
Beta Was this translation helpful? Give feedback.
I followed this documentation installed
and followed the module federation documentation