UNPKG

@bundle-analyzer/core

Version:

Bundle Analyzer Node.js uploader.

20 lines (17 loc) 439 B
"use strict"; exports.__esModule = true; exports.detect = detect; exports.config = config; // https://devcenter.heroku.com/articles/heroku-ci function detect() { return !!process.env.HEROKU_TEST_RUN_ID; } function config() { return { name: 'heroku CI', service: 'heroku', build: process.env.HEROKU_TEST_RUN_ID, commit: process.env.HEROKU_TEST_RUN_COMMIT_VERSION, branch: process.env.HEROKU_TEST_RUN_BRANCH }; }