UNPKG

@bundle-analyzer/core

Version:

Bundle Analyzer Node.js uploader.

19 lines (16 loc) 359 B
"use strict"; exports.__esModule = true; exports.detect = detect; exports.config = config; function detect() { return !!process.env.TEAMCITY_VERSION; } function config() { return { name: 'TeamCity CI', service: 'teamcity', commit: process.env.BUILD_VCS_NUMBER, branch: process.env.BRANCH_NAME, build: process.env.BUILD_NUMBER }; }