File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ A Netlify plugin to generate a lighthouse report for every deploy
77This plugin can be included via npm. Install it as a dependency with the following command:
88
99``` bash
10- npm install --save netlify- plugin-lighthouse
10+ npm install --save " @ netlify/ plugin-lighthouse"
1111```
1212
1313To use a build plugin, create a ` plugins ` in your ` netlify.toml ` like so:
1414
1515``` toml
1616[[plugins ]]
17- package = " netlify- plugin-lighthouse"
17+ package = " @ netlify/ plugin-lighthouse"
1818 [plugins .inputs ]
1919 # optional, defaults to scanning the current built version of the site
2020 audit_url = ' https://www.my-custom-site.com'
Original file line number Diff line number Diff line change 77 YARN_VERSION = " 1.22.4"
88
99[[plugins ]]
10- package = " ./index.js"
10+ package = " ./src/ index.js"
1111 [plugins .inputs .thresholds ]
1212 performance = 0.9
1313 accessibility = 0.9
You can’t perform that action at this time.
0 commit comments