🔧 Site > Ignore dist folder

This commit is contained in:
brunosimon
2017-12-27 16:02:29 +01:00
parent 8efcba696c
commit b0e381f6cc
10 changed files with 494 additions and 0 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()
}
})