UNPKG

@relative-ci/agent

Version:

Send bundle stats and CI build information to RelativeCI

11 lines (8 loc) 303 B
'use strict'; const DEFAULT_ENDPOINT = 'https://api.relative-ci.com/save'; const MASK = '******'; const SOURCE_WEBPACK_STATS = 'webpack.stats'; exports.DEFAULT_ENDPOINT = DEFAULT_ENDPOINT; exports.MASK = MASK; exports.SOURCE_WEBPACK_STATS = SOURCE_WEBPACK_STATS; //# sourceMappingURL=constants.js.map