0.0.4 • Published 4 years ago

@packdigital/netlify-plugin-lighthouse-tracker v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

netlify-plugin-lighthouse-tracker

netlify.toml

[[plugins]]
  package = "@packdigital/netlify-plugin-lighthouse-tracker"

  [plugins.config]
    <!-- targetUrl = 'https://60fe37be.ngrok.io' netlify build only -->
    audits = [
      "first-contentful-paint",
      "speed-index",
      "interactive",
      "total-blocking-time",
    ]