UNPKG

gatsby-performance-budget

Version:

A package to check performance budget against the page weight of every page

5 lines (3 loc) 73 B
#!/usr/bin/env node const { start } = require("../src/start"); start();