-
-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…2271) Co-authored-by: ScriptedAlchemy <zackaryjackson@bytedance.com>
- Loading branch information
1 parent
32eba3c
commit 6b3b210
Showing
32 changed files
with
423 additions
and
638 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@module-federation/runtime': patch | ||
--- | ||
|
||
Add Register plugins api |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@module-federation/enhanced': patch | ||
--- | ||
|
||
revert chunk integration |
6 changes: 5 additions & 1 deletion
6
apps/manifest-demo/3009-webpack-provider/src/components/WebpackPng.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
import png from '../../public/webpack.png'; | ||
|
||
export default function WebpackPng() { | ||
return <img className="remote1-webpack-png" src={png} alt="webpack png" />; | ||
return ( | ||
<div> | ||
<img className="remote1-webpack-png" src={png} alt="webpack png" /> | ||
</div> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
apps/react-ts-host/@mf-types/react_ts_nested_remote/Module.d.ts
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
apps/react-ts-host/@mf-types/react_ts_nested_remote/apis.d.ts
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
apps/react-ts-host/@mf-types/react_ts_nested_remote/compiled-types/nx-welcome.d.ts
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
apps/react-ts-host/@mf-types/react_ts_nested_remote/compiled-types/utils.d.ts
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
apps/react-ts-host/@mf-types/react_ts_nested_remote/utils.d.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
apps/react-ts-nested-remote/@mf-types/react_ts_remote/Module.d.ts
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
apps/react-ts-nested-remote/@mf-types/react_ts_remote/apis.d.ts
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...ote/@mf-types/react_ts_remote/compiled-types/apps/react-ts-remote/src/app/nx-welcome.d.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.