chore: rename folders

This commit is contained in:
Łukasz Holeczek
2018-03-04 12:33:16 +01:00
parent 4be9d2dce2
commit 0347970e65
271 changed files with 0 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()
}
})