-
-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(enhanced): fix esm exports (#2408)
Co-authored-by: ScriptedAlchemy <zackaryjackson@bytedance.com>
- Loading branch information
1 parent
cbe6417
commit 3d2c63a
Showing
3 changed files
with
12 additions
and
1 deletion.
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/enhanced': patch | ||
--- | ||
|
||
fix esm export formats and make webpack optional peer |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export { default as ModuleFederationPlugin } from './wrapper/ModuleFederationPlugin'; | ||
import { default as ModuleFederationPlugin } from './wrapper/ModuleFederationPlugin'; | ||
export { ModuleFederationPlugin }; |