<!-- 💚 Thanks for your time to make us better with your feedbacks 💚 👍 A properly detailed bug report can save a LOT of time and help fixing issues as soon as possible. --> ### Versions - vite-plugin-federation: 1.3.5 - vite: 4.0.5 ### Reproduction https://github.com/originjs/vite-plugin-federation/tree/cfaa562f0dde19c65651490876fb938e84b5603e/packages/examples/vue3-demo-esm-shared-store <details open> <summary>Additional Details</summary> <br> <!-- Attaching `config`, dependencies, logs or code snippets would help to find the issue --> </details> ### Steps to reproduce ``` pnpm i pnpm build pnpm serve:remotes pnpm dev:hosts ``` ### What is Expected? normal operation ### What is actually happening? __federation_expose_Button-f9f0b374.js:1 GET http://localhost:5001/assets/__federation_shared_myStore-ed6e87a0.js net::ERR_ABORTED 404 (Not Found) Uncaught TypeError: Failed to fetch dynamically imported module: http://localhost:5001/assets/__federation_expose_Button-f9f0b374.js