removed socketjs-node stuff; eslinting; added eslint validation while hot reload

This commit is contained in:
Christian Lohmann
2016-12-20 21:23:16 +01:00
parent b219bea2e9
commit 494245e61c
5 changed files with 14 additions and 25 deletions

View File

@@ -4,8 +4,6 @@ var path = require('path'),
DEBUG = process.env.NODE_ENV !== 'production',
entry = [
'./src/app.js',
'webpack-dev-server/client?http://localhost:8080',
'webpack/hot/only-dev-server',
];
module.exports = {