Skip to content

Commit e5fae18

Browse files
fix(node): support undoPath in node chunk resolution (#3606)
1 parent ed072f9 commit e5fae18

File tree

5 files changed

+1478
-282
lines changed

5 files changed

+1478
-282
lines changed

.changeset/nine-lies-hear.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/node': patch
3+
---
4+
5+
support undoPath and rootOutputDir for correct remote chunk resolution in node

.cursorignore

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,7 @@
1515
**/tsconfig.*
1616
**/*/stats.json
1717

18-
# First ignore everything
19-
*
20-
21-
# Then allow specific packages and their contents
22-
!packages/webpack-bundler-runtime/
23-
!packages/webpack-bundler-runtime/**/*
24-
!packages/sdk/
25-
!packages/sdk/**/*
26-
!packages/enhanced/
27-
!packages/enhanced/**/*
28-
29-
# Allow package.json files
30-
!package.json
31-
!packages/*/package.json
32-
!**/package.json
33-
3418
# Explicitly ignore specific packages
35-
packages/dts-plugin/
3619
packages/typescript/
3720
packages/native-*
3821
packages/core/

0 commit comments

Comments
 (0)