Closed
Description
- Operating System: macOS High Sierra (10.13.6)
- Node Version: v10.9.0
- NPM Version: 6.2.0
- webpack Version: 4.16.5
- webpack-dev-server Version: 3.1.5
- This is a bug
- This is a modification request
Code
Running the dev server with: yarn webpack-dev-server --progress
. I'm not including webpack configs since seems to be reproducing on a variety of projects, so I assume it's something that happens regardless of the config? (Happy to provide more info otherwise).
Expected Behavior
Ctrl + C stops the dev server.
Actual Behavior
Ctrl + C does not do anything, dev server continues to compile modules.