0.1.3 • Published 3 years ago

netlify-plugin-lighthouse v0.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

netlify-plugin-lighthouse

A Netlify plugin to generate a lighthouse report for every deploy

NOTICE: This is neither maintained nor an official netlify package. For the official netlify package go to -> https://www.npmjs.com/package/@netlify/plugin-lighthouse

Usage

This plugin can be included via npm. Install it as a dependency with the following command:

npm install --save netlify-plugin-lighthouse

To use a build plugin, create a plugins in your netlify.yml like so:

plugins:
  - type: netlify-plugin-lighthouse
    config:
      url: "YOUR_CUSTOM_URL"
    

Run netlify build locally to check that the plugin works

0.1.3

3 years ago

0.1.2

6 years ago

0.1.1

6 years ago