Zhe Ming
Results
1
issues of
Zhe Ming
Hi, This is my code for my index.ejs file. Single-Spa Project { "imports": { "single-spa": "/local-libs/single-spa/lib/system/single-spa.min.js", "react": "/local-libs/react/umd/react.production.min.js", "react-dom":"/local-libs/react-dom/umd/react-dom.production.min.js", "@tea/root-config": "/tea-root-config.js", "@tea/mainpage": "//localhost:8081/index.js", "@tea/appbar": "//localhost:8080/index.js" } } System.import('@tea/root-config'); After enabling...