Zack Jackson

Results 1008 comments of Zack Jackson

Have you set the env vars to use local webpack for next? have you installed webpack? if you see `node_modules/next/dist/compiled/lib` in the error stack then you are not using webpack...

https://module-federation.io/practice/frameworks/next/index.html#step-2-override-webpack

users should be able to force re-init. i dont think we can early return the variable @2heal1 is this correct?

Yes, init is stateful if you call init twice. You are updating the host or whatever the current instance is, not creating two instances. My shareable runtime time PR introduces...