Skip to content

Commit fc201b9

Browse files
Merge branch 'main' into consume-share-layers
# Conflicts: # pnpm-lock.yaml
2 parents 83261cc + e07d1f6 commit fc201b9

File tree

521 files changed

+27741
-3189
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

521 files changed

+27741
-3189
lines changed

.changeset/beige-otters-tease.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-module-federation': minor
3+
---
4+
5+
feat: add Create a new Module Federation project cli

.changeset/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"@module-federation/rsbuild-plugin",
2626
"@module-federation/error-codes",
2727
"@module-federation/inject-external-runtime-core-plugin",
28-
"@module-federation/runtime-core"
28+
"@module-federation/runtime-core",
29+
"create-module-federation"
2930
]
3031
],
3132
"ignorePatterns": ["^alpha|^beta"],

.changeset/dirty-pianos-learn.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+
fix(node): delete server module cache if hot reload

.changeset/dirty-rivers-sing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/rsbuild-plugin': patch
3+
---
4+
5+
chore(rsbuild-plugin): set 'loaded-first' as default shareStrategy

.changeset/rotten-pears-knock.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/dts-plugin': patch
3+
---
4+
5+
use `cwd` to create Module Federation tsconfig

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
node_modules/
22
vite.config.ts
3-
**/dist/**
3+
**/dist/**

.github/workflows/e2e-modern-ssr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848
lsof -ti tcp:3050,3051,3052,3053,3054,3055,3056 | xargs -r kill &&
4949
pnpm run app:modern:dev &
5050
sleep 30 &&
51-
npx wait-on http://127.0.0.1:3050/mf-manifest.json &&
5251
npx wait-on http://127.0.0.1:3051/mf-manifest.json &&
53-
npx wait-on http://127.0.0.1:3052/mf-manifest.json &&
5452
npx wait-on http://127.0.0.1:3053/mf-manifest.json &&
55-
npx wait-on http://127.0.0.1:3054/mf-manifest.json &&
5653
npx wait-on http://127.0.0.1:3055/mf-manifest.json &&
5754
npx wait-on http://127.0.0.1:3056/mf-manifest.json &&
55+
npx wait-on http://127.0.0.1:3054/mf-manifest.json &&
56+
npx wait-on http://127.0.0.1:3052/mf-manifest.json &&
57+
npx wait-on http://127.0.0.1:3050/mf-manifest.json &&
5858
npx nx run modernjs-ssr-host:e2e &&
5959
lsof -ti tcp:3050,3051,3052,3053,3054,3055,3056 | xargs kill

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ apps/website-new/docs
1111

1212
/.nx/workspace-data
1313
/.nx/cache
14+
15+
**/*.handlebars

apps/next-app-router/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Dont get excited, it doesnt work.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "next/core-web-vitals"
3+
}

0 commit comments

Comments
 (0)