chromium/third_party/blink/perf_tests/speedometer21/resources/todomvc/architecture-examples/vuejs-cli/build/dev-client.js

/* 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()
  }
})