ok-admin/lib/wangEditor/example/demo/in-vue/build/dev-client.js

10 lines
245 B
JavaScript
Raw Normal View History

2019-11-03 06:59:51 +00:00
/* 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()
}
})