fix: use custom webpackHotDevClient with debounced reload and filter unwanted warnings (#2314)

This commit is contained in:
Kiwi
2019-05-15 20:33:39 +02:00
committed by GitHub
parent 3ba10fd15f
commit ab466510f3
5 changed files with 561 additions and 19 deletions
+1 -1
View File
@@ -573,7 +573,7 @@ export default function createWebpackConfig(
// the line below with these two lines if you prefer the stock client:
// require.resolve('webpack-dev-server/client') + '?/',
// require.resolve('webpack/hot/dev-server'),
require.resolve("react-dev-utils/webpackHotDevClient"),
paths.appWebpackHotDevClient,
];
return [