Webpack config update
This commit is contained in:
parent
b823b675a4
commit
3dd5f350f9
@ -37,8 +37,7 @@ let progressBar = { update: () => {} };
|
|||||||
|
|
||||||
webpackConfig.entry[key] = [].concat(
|
webpackConfig.entry[key] = [].concat(
|
||||||
'react-hot-loader/patch',
|
'react-hot-loader/patch',
|
||||||
'webpack-hot-middleware/client',
|
'webpack-hot-middleware/client?reload=true',
|
||||||
'webpack/hot/only-dev-server',
|
|
||||||
entry
|
entry
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user