Nguyễn Xuân Duẩn
Nguyễn Xuân Duẩn
Hi @ScriptedAlchemy , the module-federation package is still being duplicated. I tested with the latest version `@module-federation/[email protected]`, but the issue persists. This is a blocker for us in upgrading to...
Hi @ScriptedAlchemy, does this issue only appear with `nextjs-mf: 7.0.8` or with `nextjs-mf: 8` as well?
Hi @ScriptedAlchemy, Is there any way to let the user define which remote should be loaded eagerly? Btw, this problem is not happen on `@module-federation/[email protected]`
Hi @ScriptedAlchemy and @2heal1, is there any update on this?
Thanks @2heal1. I'll check it and get back to you with the result
@2heal1 @ScriptedAlchemy, I have checked with the latest version of `@module-federation/nextjs-mf` and it works as expected. Thank you!
Nextjs only copies `.env` and `.env.production` to the `standalone` folder so we need to manually copy `.env.local` to the `standalone` folder as well to make them work together.
> This is so confusing and should at least be mentioned on the docs. > > Environment variables should be loaded at runtime rather than being bundled into the build...