Search code examples
javascriptwebpackwebpack-dev-serverwindows-console

How can I stop webpack dev server from windows console?


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?


Solution

  • You only need to type Ctrl+C two times