I use Figwheel a lot in my personal projects, it's like Webpack, but it appears that they have some difference. In Figwheel code is replaced directly and I don't have to handle the propagation. Amok is more like Figwheel and it just patches code at runtime. I mean it sounds they(Figwheel, Amok) are superior that we don't need to configure very much to make HMR work. Will Webpack update the HMR in the future?