2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-05-24 03:04:04 +03:00
Files
vue-form-wizard/build/dev-client.js
T
2017-04-15 23:05:30 +03:00

10 lines
245 B
JavaScript

/* eslint-disable */
require('eventsource-polyfill')
var hotClient = require('webpack-hot-middleware/client?noInfo=true&reload=true')
hotClient.subscribe(function (event) {
if (event.action === 'reload') {
window.location.reload()
}
})