:construction:🎨 Site > Improve structure/build and add example

This commit is contained in:
brunosimon
2017-08-02 23:58:10 +02:00
parent 6859c394f5
commit 9d6942b0df
57 changed files with 5096 additions and 299 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()
}
})