Bundle analyzer fixes

This commit is contained in:
zomars 2023-02-13 15:38:44 -07:00
parent 93f65807e7
commit 7cae7a7bd4
2 changed files with 5 additions and 6 deletions

View File

@ -166,5 +166,10 @@
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"nextBundleAnalysis": {
"budget": 358400,
"budgetPercentIncreaseRed": 20,
"showDetails": true
}
}

View File

@ -113,11 +113,5 @@
"syncpack": {
"filter": "^(?!@calcom).*",
"semverRange": ""
},
"nextBundleAnalysis": {
"buildOutputDirectory": "apps/web/.next",
"budget": 358400,
"budgetPercentIncreaseRed": 20,
"showDetails": true
}
}