-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
- Operating System: OS X 10.11.6
- Node Version: 9.2.1
- NPM Version: 5.6.0
- webpack Version: 3.8.1
- webpack-dev-server Version: 2.10.1
- This is a bug
- This is a modification request
Code
https://github.com/andreyvolokitin/test-webpack-dev-server
Expected Behavior
Editing ./src/index.html
should cause recompiling and page refresh in the browser
Actual Behavior
Recompiling is happening, but the page in the browser does not refresh
For Bugs; How can we reproduce the behavior?
git clone https://github.com/andreyvolokitin/test-webpack-dev-server && cd test-webpack-dev-server
npm install && npm start
- Edit
./src/index.html
— compiling is happening, but the page in the browser does not refresh - Open browser console and edit
./src/test.js
— HMR works
calledT, natsumi, SWBennett06, bodadotsh, BonBonSlick and 13 more
Metadata
Metadata
Assignees
Labels
No labels