HerringtonDarkholme / kilimanjaro

typed vuex 2.0
62 stars 4 forks source link

hot module reload support #3

Closed HerringtonDarkholme closed 7 years ago

HerringtonDarkholme commented 7 years ago

Do I really need HMR? It needs some opt-in code.

https://webpack.github.io/docs/hot-module-replacement.html

It seems impossible for kilimanjaro. Since we will export and import store across getters/mutation/actions.

HerringtonDarkholme commented 7 years ago

Supported in https://github.com/HerringtonDarkholme/vivio