▲ WebPack is not the only way at medium.com▼26 up and 4 down, posted by nchanged 2836 days ago 11 comments
feras khoursheed 2834 days ago. link parent 2 points ▲ ▼igl, we do have HMR http://fuse-box.org/#dev-server-and-hmr please also check our seed projects that already use it like https://github.com/fuse-box/fuse-box-express-seed https://github.com/fuse-box/fuse-box-vue-seed as for code splitting, yes we have it, we call it multi-entry bundles, sorry for the lack of docs it will be addressed ASAP. as for tree shaking, we are working on tackling this issue in a sensable way. please give FuseBox a try, you will love it and see how easy, fast and powerful it is :)
yyx990803 2830 days ago. link 1 point ▲ ▼The docs doesn't seem to mention anything like Webpack's HMR API - i.e. module.hot.accept(). I hope you are not confusing HMR with reload-on-save?
nchanged 2830 days ago. link 2 points ▲ ▼Hello! No, We are not confusing it with anything. There is a great PR going on. We are going to introduce HMR plugins, that will allow users to specify their own logic. Without altering the code. https://github.com/fuse-box/fuse-box/pull/158