|
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?? |
Answered by
ElielC
May 3, 2025
Replies: 1 comment
|
I followed this documentation installed and followed the module federation documentation |
0 replies
Answer selected by
ElielC
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I followed this documentation installed
and followed the module federation documentation