Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

JLHwung/webpack-sass-worker-hang-example

Repository files navigation

webpack-sass-worker-hang-example

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.

Reproduce

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.