Webpack config update

This commit is contained in:
Nicolas Gotchac 2016-11-28 13:01:17 +01:00
parent b823b675a4
commit 3dd5f350f9
1 changed files with 1 additions and 2 deletions

View File

@ -37,8 +37,7 @@ let progressBar = { update: () => {} };
webpackConfig.entry[key] = [].concat(
'react-hot-loader/patch',
'webpack-hot-middleware/client',
'webpack/hot/only-dev-server',
'webpack-hot-middleware/client?reload=true',
entry
);
});