Adrian Lemes Caetano
Adrian Lemes Caetano

Reputation: 316

Create a webpack build to an angular-cli application

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!

Upvotes: 0

Views: 140

Answers (1)

alokstar
alokstar

Reputation: 499

If you are using Angular 5 and if the other comment does not help, you might want to go through: https://v5.angular.io/guide/webpack

Hope it helps!

Upvotes: 2

Related Questions