Update deps and typings, disable hot reload
This commit is contained in:
parent
5e0b9a8686
commit
0f022c99c7
6 changed files with 2829 additions and 407 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue