mareklesko / watch-ng-libraries

CLI to run ng apps using monorepo libraries
MIT License
2 stars 1 forks source link

The -a option won't run custom configurations #2

Open ErickXavier opened 3 years ago

ErickXavier commented 3 years ago

I'm trying the -a like this:

watch-ng-libraries serve myproject -a --configuration,customconfig -l @modules/mod1,@modules/mod2,@modules/mod3 -d ./

But it's not working at all.

The intent of the command I'm using is to run something like this:

ng build @modules/mod1 --watch
ng build @modules/mod2 --watch
ng build @modules/mod3 --watch
ng serve myproject --configuration customconfig

But checking my project on the browser, the customconfig is not being used at all.

ng serve myproject

If I try by myself run the command bellow, it works fine.

ng serve myproject --configuration customconfig
ErickXavier commented 2 years ago

🚀

ErickXavier commented 2 years ago

Hi, any position on this issue?

ErickXavier commented 2 years ago

🚀

Ondrashx commented 4 months ago

Is this still an issue ErickXavier?