Skip to content

Commit 61511f7

Browse files
Merge branch 'main' into share-filter
2 parents c9be09a + 991f57c commit 61511f7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/light-tools-sparkle.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+
fix(rsbuild-plugin): set output.emitAssets as true

packages/rsbuild-plugin/src/utils/ssr.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export function createSSRREnvConfig(
100100
ssrDir,
101101
),
102102
},
103+
emitAssets: true,
103104
};
104105
return ssrEnvConfig;
105106
}

0 commit comments

Comments
 (0)