A webpack example to demonstrate that when js compilation error occurs, there are chances that the sass compile worker is hang, thus the webpack does not exit on such compilation error.
See the project files for the brief construction ideas of this example.
npm test
webpack
will hang. The sample of the node
process can be found in sample.log
See also the build status which reproduces the hang on travis.