👷 Add NextJS bundle analysis GitHub Action

This commit is contained in:
ajnart
2023-05-15 17:23:11 +09:00
parent 830adad22f
commit 96713f5223
3 changed files with 144 additions and 12 deletions

View File

@@ -114,5 +114,11 @@
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
},
"packageManager": "yarn@3.2.1"
}
"packageManager": "yarn@3.2.1",
"nextBundleAnalysis": {
"budget": null,
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 0,
"showDetails": true
}
}