nrwl / nx-incremental-large-repo

67 stars 35 forks source link

Hot Reload and HMR Support #1

Open paullryan opened 4 years ago

paullryan commented 4 years ago

Use a server like the angular server for content as it gives hot reload and HMR support.

@vsavkin I'm just adding these as placeholders of items still needing attention before this process is ready for a production team. Please feel free to modify, move, discuss, delete as appropriate

fatihdogmus commented 2 years ago

Hey guys, I've been trying to convert our application to buildable libraries around our domains, not our features directly, and because of that, resulting libraries are kind of big and it takes around 10-15 second for each library to be built, so using @nrwl/web server is very tiresome for deelopment time. Is there any plan to update the example to use a server with hot reload, or are there any resources that I can use to get it working? Thank you @meeroslav