Tibing / nyan-builder

Nyan Builder for your next Angular application! 🌈
44 stars 2 forks source link

How could I use this with another custom builder? #2

Open mattdsteele opened 5 years ago

mattdsteele commented 5 years ago

This is more of a general question regarding Angular builders; how does one compose multiple custom builders together?

My scenario: I'm using @angular-builders/custom-webpack to customize my Webpack configuration.

I'd like to use nyan-builder alongside this, but each is looking to be the "owner" of the build and serve architect targets. Which means I have to choose between custom Webpack and Nyan Cat! 😮

I feel like there should be a way to layer custom builders together, but I'm not sure what that would look like. Any thoughts?

/cc @mgechev