Closed
Description
- Operating System: Windows 10 Pro N
- Node Version: 8.5.0
- NPM Version: 5.4.1
- webpack Version: 3.6.0
- webpack-dev-server Version: 2.9.1
- This is a bug
- This is a feature request
- This is a modification request
Code
webpack.config.js:
https://pastebin.com/HQvzYH5f
Additional tsconfig.json:
https://pastebin.com/gMQiWVUG
Expected Behavior
Dev server does reload on save and display the new version from the source.
Actual Behavior
Dev server compiles on save but doesn't reload the page, when I reload the page manually my new version is not displayed.
For Bugs; How can we reproduce the behavior?
Use my config and fire up the dev server.