Open ErickXavier opened 3 years ago
I'm trying the -a like this:
-a
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.
customconfig
ng serve myproject
If I try by myself run the command bellow, it works fine.
ng serve myproject --configuration customconfig
🚀
Hi, any position on this issue?
Is this still an issue ErickXavier?
I'm trying the
-a
like this:But it's not working at all.
The intent of the command I'm using is to run something like this:
But checking my project on the browser, the
customconfig
is not being used at all.If I try by myself run the command bellow, it works fine.