Nitin Kumar

Results 221 comments of Nitin Kumar

It should be added here, right? https://github.com/webpack/webpack-cli/blob/master/packages/webpack-cli/lib/webpack-cli.js#L2057 ```js process.on("SIGINT", () => { compiler.close(); }); ```

Let's start working on next first before adding more fetures.

Fixed in https://github.com/webpack/webpack-cli/pull/3411

I am also implementing `--extends` flag with this.

Makes sense, I will update it in near future.

I am not sure how to mock `CTRL + C` for tests here.