File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @module-federation/node " : patch
3
+ " @module-federation/sdk " : patch
4
+ ---
5
+
6
+ fix(node): prevent infinite recursion in module imports
7
+
8
+ - Add import cache to prevent infinite recursion when modules have circular dependencies
9
+ - Cache import promises to ensure each module is only imported once
10
+ - Clear cache on import errors to allow retry attempts
11
+ - Add comprehensive test coverage for recursion scenarios
Original file line number Diff line number Diff line change
1
+ ---
2
+ " @module-federation/rsbuild-plugin " : patch
3
+ ---
4
+
5
+ fix(rsbuild-plugin): add build dependencies configuration to project.json
6
+
7
+ - Add dependsOn configuration to ensure dependencies are built before the plugin
8
+ - Improves build reliability and fixes potential issues when dependencies haven't been built
You can’t perform that action at this time.
0 commit comments