vue-ssr-hmr icon indicating copy to clipboard operation
vue-ssr-hmr copied to clipboard

About the use of `vue-hot-reload-api`, do we need it ?

Open azizmatmati opened this issue 4 years ago • 2 comments

Hi, since vue-hot-reload-api is already in use by the vue-loader why do we need to reuse it in the entry-client.js file ?

azizmatmati avatar Jan 06 '20 00:01 azizmatmati

Hi! Seems, you are right. HMR works without vue-hot-reload-api in entry-client.js. I wanted to avoid some problems, but now I don't remember why is it :)

horprogs avatar Jan 15 '20 09:01 horprogs

Thanks @horprogs :) !

azizmatmati avatar Jan 15 '20 17:01 azizmatmati