UNPKG

@modus/gimbal-plugin-source-map-explorer

Version:

Adds Source Map Explorer auditing to Gimbal

12 lines (11 loc) 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultConfig = { bundles: ['**/*.js'], }; exports.meta = { maxNumRoutes: 1, thresholdLimit: 'upper', thresholdType: 'size', }; exports.type = 'source-map-explorer';