Skip to content

Commit 41ee332

Browse files
authored
chore(modern-js-plugin): re-export all bridge react (#3984)
1 parent 8004e95 commit 41ee332

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

.changeset/hip-tips-confess.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/modern-js': patch
3+
---
4+
5+
chore(modern-js-plugin): re-export all bridge react

packages/modernjs/src/react/index.ts

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1 @@
1-
export {
2-
ERROR_TYPE,
3-
CacheSize,
4-
CacheTime,
5-
configureCache,
6-
generateKey,
7-
cache,
8-
revalidateTag,
9-
clearStore,
10-
lazyLoadComponentPlugin,
11-
} from '@module-federation/bridge-react';
12-
13-
export type {
14-
DataFetchParams,
15-
CacheStatus,
16-
CacheStatsInfo,
17-
} from '@module-federation/bridge-react';
1+
export * from '@module-federation/bridge-react';

0 commit comments

Comments
 (0)