fixed protocol
parent
3c9238a38e
commit
a380d50005
|
@ -17,7 +17,7 @@ export const COMMON_HEADERS = {
|
|||
|
||||
export const HMR_SCRIPT = `
|
||||
!(function(){
|
||||
var ws = new WebSocket(\`ws://\${location.host}/ws-vue-live\`)
|
||||
var ws = new WebSocket(\`ws\${location.protocol === 'https' ? 's' : ''}://\${location.host}/ws-vue-live\`)
|
||||
|
||||
ws.addEventListener('open', function (r) {
|
||||
console.log('vue-live hmr ready...')
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@bytedo/vue-live",
|
||||
"type": "module",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"bin": {
|
||||
"vue-live": "index.js"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue