How to change node_modules/.federation destination for entry files? #3104
Replies: 1 comment
-
Closing discussion as there is no option in the code to do that. See #3107 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Webpack with module federation is creating entry files in
/node_modules/.federation
like mentioned in this Issue - #2374In our CI/CI we have readonly
node_modules
. This makes the build to fail because of attempt to write to the forbidden destination while creatingentry.hash.js
file -EROFS: read-only file system
.Is there any way to tell module federation to use custom destination for these files? This is currently done by some const
TEMP_DIR
definition -core/packages/sdk/src/constant.ts
Line 36 in 3ac3fc8
Beta Was this translation helpful? Give feedback.
All reactions