-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
nextjs mf does not generate remoteEntry.js #3845
Comments
use nextjs-mf v8 I recommend against next with module federation under any circumstance |
@ScriptedAlchemy I tried the latest version of nextmf and I get the error - "No ModuleFederationPlugin(s) found. |
@ScriptedAlchemy i read this - module-federation/core#1961 , but im work on macos |
upgrading next version for 13.5.6 - not solved problem |
I was using nextjs as a host application, but it got so bad - any changes require a reboot of the dev server, during the build on the server memory consumption went from 2gb to 10gb, that I decided to try to use nextjs application as a remote application.
Here is my next.config.js:
And at http://localhost:3000/new/static/chunks/remoteEntry.js
Or http://localhost:3000/static/chunks/remoteEntry.js I get a 404 error
"next": "12.2.5",
"@module-federation/nextjs-mf": "^7.0.8",
"webpack": "^5.89.0"
The text was updated successfully, but these errors were encountered: