Here where I work, we have the challenge to create a platform using the micro frontends concept, and we decide to give a shot to the Single-SPA framework.
But the setup that I founded, it's necessary the micro app to be an UMD or AMD module, and I try a few times, to create a npm script to build an existing angular-cli project to webpack, but it's was'nt posible.
My question is, there is any way to create a webpack build in existing angular-cli generated project?
Thanks!