Skip to content

Commit 9373882

Browse files
authored
fix(dts-plugin): add default mf config value (#4301)
1 parent f0f47e0 commit 9373882

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/dry-socks-check.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+
fix(dts-plugin): add default mf config value

packages/dts-plugin/src/plugins/DevPlugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ export class DevPlugin implements WebpackPluginInstance {
271271
name,
272272
remote: remote,
273273
host: {
274+
moduleFederationConfig: {},
274275
...host,
275276
remoteTypeUrls,
276277
},

0 commit comments

Comments
 (0)