Because of a few political problems I need to support Node.js 6 in Autoprefixer for few months.
Estimo uses Node.js 8+ code in chromeDetection.js and it breaks CI.
I suggest adding ESTIMO_DISABLE environment variable to not even loading chromeDetection.js in findChrome.js. It could be useful in many cases.
I didn’t move PUPPETEER_SKIP_CHROMIUM_DOWNLOAD, because with PUPPETEER_SKIP_CHROMIUM_DOWNLOAD Estimo looks for local Chrome now (and I do not want breaking changes).
Because of a few political problems I need to support Node.js 6 in Autoprefixer for few months.
Estimo uses Node.js 8+ code in
chromeDetection.js
and it breaks CI.I suggest adding
ESTIMO_DISABLE
environment variable to not even loadingchromeDetection.js
infindChrome.js
. It could be useful in many cases.I didn’t move
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD
, because withPUPPETEER_SKIP_CHROMIUM_DOWNLOAD
Estimo looks for local Chrome now (and I do not want breaking changes).