Vincent Hendryanto H

Results 3 comments of Vincent Hendryanto H

> It seems the top-level-await should be placed in your `main-app` instead of `component-app` according to the [doc](https://webpack.js.org/concepts/module-federation/#offer-a-host-api-to-set-the-publicpath). This solution is different from the expected behavior above. Normal import statement...

May try this example: https://codesandbox.io/p/sandbox/delicate-tdd-sgt4dk and try to add rules for https://jsonplaceholder.typicode.com

> Can you explain why changing foo.js affects the hash of main.js? Hmm, if I'm debugging it correctly, the cause for my case is due to `chunk.hash` for entry files...