Closed Ionito closed 23 hours ago
would it be possible to have a simple repo reproducing the issue? (or the steps to reproduce it: like npx create-nx-workspace@18....)
Sure! here the test repo https://github.com/Ionito/testApp
nx serve test-app
You can try there that the live reloading stop working on serve. Tell me please if I can help you with something else. Big thanks for your help!
Could you rather use @ngx-env/builder": "^17.0.0"
?
yes @chihab, it works!!! thanks for your help! 🫶 I will stay in this version, don't know what improvements v18 introduces...
Hi, I have already working the @ngx-env lib on my project (using nx and angular 17). It works great! thanks so much for the support @chihab :-) The only issue that I found, and is making me crazy is that after replacing
@nx/angular:dev-server
with the@ngx-env/builder
I lost the hot reload when developing. After making any change on my app I need to stop and restart the server to see the change. I try setting the options for the dev-server in my project.json like,liveReload
,watch
to true, but nothing of this work... Do you have any clue about this?I leave here my project.json file in case it is useful
Thanks in advance for the help!
here my dev dependencies versions...