🚧 Add webpack site

This commit is contained in:
brunosimon
2017-08-02 16:52:13 +01:00
parent 64b95ddddd
commit 6859c394f5
27 changed files with 9278 additions and 27 deletions
+9
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()
}
})