- Install Fiddler Classic: https://www.telerik.com/fiddler/fiddler-classic
- Clone this repo on a Windows 10 machine
- Run
yarn
to install dependencies - Run
yarn run dev:serve
to startwebpack-dev-server
- Open a browser to https://localhost:8904/
- Sometimes the issue happens immediately. Sometimes it requires a couple refreshes, a couple browsers/tabs or just some time
Webpack continues to function
The following error shows up in the terminal:
C:\Dev\webpack-dev-server-reduced-test-case\node_modules\webpack-dev-server\lib\Server.js:698
client.terminate();
^
TypeError: client.terminate is not a function
at Server.<anonymous> (C:\Dev\webpack-dev-server-reduced-test-case\node_modules\webpack-dev-server\lib\Server.js:698:16)
at Server.emit (events.js:327:22)
at App.emit (C:\Dev\webpack-dev-server-reduced-test-case\node_modules\sockjs\lib\sockjs.js:196:29)
at C:\Dev\webpack-dev-server-reduced-test-case\node_modules\sockjs\lib\transport.js:111:25
at processTicksAndRejections (internal/process/task_queues.js:79:11)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.