From 93e0c5475f4f76772685e8bc77c2da981d5a8570 Mon Sep 17 00:00:00 2001 From: shamane Date: Sun, 6 Aug 2017 22:54:47 +0300 Subject: [PATCH] hot reload not working - solutions --- hot reload not working - solutions | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hot reload not working - solutions diff --git a/hot reload not working - solutions b/hot reload not working - solutions new file mode 100644 index 0000000000..e51aeb4258 --- /dev/null +++ b/hot reload not working - solutions @@ -0,0 +1,8 @@ +if you run in console `npm run dev` but not see that hot reloading working double check in browser console that you see that: +'[WDS] Hot Module Replacement enabled.' + +if doesn't pls try type in one console `webpack --watch` and in another console `webpack-dev-server` +or +in one console `webpack --watch` and in another console `webpack-dev-server --watch-poll` + +(and many another advices https://github.com/webpack/webpack-dev-server/issues/155)