-
-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Entry runtime miss function "O" #2747
Comments
Do you have any custom split chunks set? |
This is my optimization config:
|
try to delete optimization. runtimeChunk |
yeah its most likely runtime chunk settings. |
@2heal1 @ScriptedAlchemy |
on federation plugin, set runtime: false - this will force a full runtime for container files |
Stale issue message |
Describe the bug
As you can see the picture below,
e.O
is undefined.Background
I have two Module Federation projects:
MfOrderCloud
.MfBase
and consumes the codebase fromMfBase
.When I use WebpackModuleFederationPlugin, everything works fine. However, it broke after I migrated to
@module-federation/enhanced
.I found that the
mf-entry.js
ofMfBase
dose not have the webpack runtime which define theO
method.I can't figure it out, can you help me out.
Thanks a lot!
Reproduction
...
Used Package Manager
yarn
System Info
Validations
The text was updated successfully, but these errors were encountered: