UNPKG

gatsby-plugin-perf-budgets

Version:

**gatsby-plugin-perf-budgets** is an *experimental* plugin to make browsing bundles on a page basis easier. It is used in conjunction with `gatsby-plugin-webpack-bundle-analyser-v2`.

10 lines (8 loc) 145 B
"use strict"; const { start } = require('./viewer'); module.exports = { start, BundleAnalyzerPlugin: require('./BundleAnalyzerPlugin') };