vuematerial/vue-material

View on GitHub
build/local/client.js

Summary

Maintainability
A
0 mins
Test Coverage
import 'eventsource-polyfill'
import hotClient from 'webpack-hot-middleware/client?noInfo=true&reload=true'

hotClient.subscribe(event => {
  if (event.action === 'reload') {
    window.location.reload()
  }
})