|
Hello, our team is working on implementing repack and module federation, and one of our clients is insisting on encrypting the micro app files. Is this possible in any way using repack and module federation? |
Answered by
jbroma
Jun 10, 2025
Replies: 1 comment 1 reply
|
hey, this is currently not possible - you would need to implement this in the native module of Re.Pack and perform this before the bundle is evaluated. |
1 reply
Answer selected by
ElielC
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey, this is currently not possible - you would need to implement this in the native module of Re.Pack and perform this before the bundle is evaluated.