Skip to content

Instantly share code, notes, and snippets.

@imteekay
Created January 31, 2021 17:35
Show Gist options
  • Save imteekay/6a3824292be91a2aed90eca0c51fa126 to your computer and use it in GitHub Desktop.
Save imteekay/6a3824292be91a2aed90eca0c51fa126 to your computer and use it in GitHub Desktop.
assertions: {
'resource-summary:script:size': [
'error',
{ maxNumericValue: 1000000 },
],
'resource-summary:image:size': [
'error',
{ maxNumericValue: 100000 },
],
'resource-summary:total:size': [
'error',
{ maxNumericValue: 1000000 },
],
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment