Update deps and typings, disable hot reload

This commit is contained in:
Danila 2016-09-19 00:13:36 +04:00
parent 5e0b9a8686
commit 0f022c99c7
6 changed files with 2829 additions and 407 deletions

View file

@ -4,7 +4,7 @@ var config = require('./webpack.config');
new WebpackDevServer(webpack(config), {
publicPath: config.output.publicPath,
hot: true,
hot: false,
historyApiFallback: true
}).listen(3000, 'localhost', function (err, result) {
if (err) {