This repository was archived by the owner on Jun 5, 2021. It is now read-only.

Description
I don't quite understand how you do hot reloading. When I use webpack with purescript and I change my code, webpack will recompile the code and then push the changes over a websocket to page I have open. If you use ibazel surely this is not possible? Wouldn't it restart the server every time?
Or do you have 2 processes running at the same time (in 2 terminals), ibazel to recompile the code and then a webpack sever that watches the result of that?