second commit

This commit is contained in:
Derron carr
2017-06-07 19:48:16 +01:00
parent 16e0481c71
commit 335e3e09c8
64 changed files with 2595 additions and 0 deletions

9
build/dev-client.js Executable file
View File

@@ -0,0 +1,9 @@
/* 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()
}
})