Expected Behaviour
Node to exit once webpack finished
Actual Behaviour
Node just hangs and doesn't exit.
Have tried node 10 and 12.
Both hang
Steps to Reproduce the Problem
- clone this repository
- yarn install
- yarn build.
- cd test/execution-tests/3.6.0_projectReferencesToBeBuilt
- yarn install
- ../../../node_modules/.bin/webpack-cli --config webpack.config.js

Location of a Minimal Repository that Demonstrates the Issue.
This repo