forked from GoogleChrome/lighthouse-stack-packs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds a Lighthouse Stack Pack for Next.js based on documentation and recommendations on Next.js website.
- Loading branch information
Keen Yee Liau
committed
Nov 16, 2021
1 parent
85e65c0
commit f5639f6
Showing
5 changed files
with
32 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
const stackPacks = [ | ||
require('./packs/wordpress.js'), | ||
require('./packs/drupal.js'), | ||
require('./packs/react.js'), | ||
require('./packs/angular.js'), | ||
require('./packs/amp.js'), | ||
require('./packs/magento.js'), | ||
require('./packs/angular.js'), | ||
require('./packs/drupal.js'), | ||
require('./packs/joomla.js'), | ||
require('./packs/magento.js'), | ||
require('./packs/next.js'), | ||
require('./packs/octobercms.js'), | ||
require('./packs/react.js'), | ||
require('./packs/wordpress.js'), | ||
]; | ||
|
||
module.exports = stackPacks; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.