Since critical (a dependency of html-critical-webpack-plugin) expected a headless chrome compatible build environment, this updates CircleCi to use a Docker image that has NodeJS 8.x and Headless Chrome compatible O.S. packages.
This should result in complete builds, not silently failing builds like observed in the issue.
Related Issue
resolves #143
Summary of Changes
Since critical (a dependency of html-critical-webpack-plugin) expected a headless chrome compatible build environment, this updates CircleCi to use a Docker image that has NodeJS 8.x and Headless Chrome compatible O.S. packages.
This should result in complete builds, not silently failing builds like observed in the issue.