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
+4
View File
@@ -289,6 +289,7 @@
"react-copy-to-clipboard": "^5.0.1",
"react-dev-utils": "^9.0.0",
"react-dom": "^16.8.6",
"react-error-overlay": "^5.1.6",
"react-final-form": "4.0.2",
"react-popper": "^1.3.2",
"react-relay": "^1.7.0-rc.1",
@@ -307,6 +308,8 @@
"simplemde": "^1.11.2",
"simulant": "^0.2.2",
"sinon": "^7.3.2",
"sockjs-client": "^1.3.0",
"strip-ansi": "^5.2.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.2.3",
"thread-loader": "^2.1.2",
@@ -325,6 +328,7 @@
"typeface-source-sans-pro": "^0.0.54",
"typescript": "3.3.4000",
"typescript-snapshots-plugin": "^1.6.0",
"url": "^0.11.0",
"wait-for-expect": "^1.1.1",
"webpack": "^4.30.0",
"webpack-assets-manifest": "^3.1.1",