Skip to content

Commit

Permalink
misc: move doc link (#11300)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark authored Aug 21, 2020
1 parent edecc71 commit fa3aa48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lighthouse-core/audits/large-javascript-libraries.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/**
* @fileoverview This audit checks a page for any large JS libraries with smaller alternatives.
* These libraries can be replaced with functionally equivalent, smaller ones.
* @see https://docs.google.com/document/d/1TgKO3cWqMpcS4dn0xbjDG5fyuqgVvYYoXg--knaxJnM
*/

'use strict';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
/**
* @fileoverview This file contains a mapping of large JavaScript libraries to smaller alternatives.
* These suggestions have been cherry-picked from BundlePhobia's open-source list of recommendations which can be found here (https://github.com/pastelsky/bundlephobia/blob/b244a53bc55af067bb0edfa3ace867c87fec17e7/server/middlewares/similar-packages/fixtures.js).
* Googlers: see here (https://docs.google.com/document/d/1TgKO3cWqMpcS4dn0xbjDG5fyuqgVvYYoXg--knaxJnM/edit?usp=sharing).
*/

'use strict';
Expand Down

0 comments on commit fa3aa48

Please sign in to comment.