1 min readSep 5, 2020
In a production environment, micro frontend is not dynamically downloaded. The asset-manifest.json and main.js are built as a npm package and installed in node_modules. In this way, the problems you have mentioned can be avoided. Thanks for reading my article and giving me questions!