ProvidenceGeeks / website-frontend

UI frontend repository for the Providence Geeks website
https://www.pvdgeeks.org
7 stars 9 forks source link

use different image to support critical dependency on puppeteer #144

Closed thescientist13 closed 6 years ago

thescientist13 commented 6 years ago

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.

thescientist13 commented 6 years ago

success 🎉