Skip to content

Commit a5fc717

Browse files
committed
test(mf): disable federation dts in tanstack fixtures
1 parent edc6fcb commit a5fc717

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/integration/routes-tanstack-mf/mf-host/module-federation.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default createModuleFederationConfig({
1212
dev: {
1313
disableDynamicRemoteTypeHints: true,
1414
},
15+
dts: false,
1516
remotes: {
1617
remote: 'tanstackRemote@http://localhost:3010/mf-manifest.json',
1718
remote2: 'tanstackRemote2@http://localhost:3012/mf-manifest.json',

tests/integration/routes-tanstack-mf/mf-remote-2/module-federation.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default createModuleFederationConfig({
1212
dev: {
1313
disableDynamicRemoteTypeHints: true,
1414
},
15+
dts: false,
1516
filename: 'remoteEntry.js',
1617
exposes: {
1718
'./Panel': './src/components/Panel.tsx',

tests/integration/routes-tanstack-mf/mf-remote/module-federation.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default createModuleFederationConfig({
1212
dev: {
1313
disableDynamicRemoteTypeHints: true,
1414
},
15+
dts: false,
1516
filename: 'remoteEntry.js',
1617
exposes: {
1718
'./Widget': './src/components/Widget.tsx',

0 commit comments

Comments
 (0)