Bundle analyzer fixes
parent
93f65807e7
commit
7cae7a7bd4
|
@ -166,5 +166,10 @@
|
||||||
"ts-jest": "^28.0.8",
|
"ts-jest": "^28.0.8",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"typescript": "^4.9.4"
|
"typescript": "^4.9.4"
|
||||||
|
},
|
||||||
|
"nextBundleAnalysis": {
|
||||||
|
"budget": 358400,
|
||||||
|
"budgetPercentIncreaseRed": 20,
|
||||||
|
"showDetails": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -113,11 +113,5 @@
|
||||||
"syncpack": {
|
"syncpack": {
|
||||||
"filter": "^(?!@calcom).*",
|
"filter": "^(?!@calcom).*",
|
||||||
"semverRange": ""
|
"semverRange": ""
|
||||||
},
|
|
||||||
"nextBundleAnalysis": {
|
|
||||||
"buildOutputDirectory": "apps/web/.next",
|
|
||||||
"budget": 358400,
|
|
||||||
"budgetPercentIncreaseRed": 20,
|
|
||||||
"showDetails": true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue