How can I stop webpack dev server from windows console?

Rajab Shakirov picture Rajab Shakirov · Apr 28, 2016 · Viewed 29.7k times · Source

I run webpack-dev-server from windows console with the command:

webpack-dev-server --content-base ./build --inline --hot

after this I see message webpack: bundle is now VALID. and I can't type anything there. But if I change something in webpack.config.js I have to close console, open it again and start webpack-dev-server for apply my changes. How can I stop webpack dev server without close console?

Answer

thitemple picture thitemple · Apr 28, 2016

You only need to type Ctrl+C two times