\n▲ [WARNING] Module 'moment/moment' used by 'src/app/angular-material.module.ts' is not ESM
\n\nhatanın çözümü nedir?
\n","headline":"[ERROR] bundle initial exceeded maximum budget. Budget 1.00 MB was not met by 63.22 kB with a total of 1.06 MB.","mainEntity":{"@type":"Question","name":"[ERROR] bundle initial exceeded maximum budget. Budget 1.00 MB was not met by 63.22 kB with a total of 1.06 MB.","url":"https://uzmanim.net/soru/error-bundle-initial-exceeded-maximum-budget-budget-1-00-mb-was-not-met-by-63-22-kb-with-a-total-of-1-06-mb/118129","author":{"@type":"Person","name":"alattin"},"comment":[],"commentCount":0,"dateCreated":"2024-06-14T15:23:04.75+03:00","dateModified":"2024-06-14T15:23:05.217+03:00","datePublished":"2024-06-14T15:23:04.75+03:00","keywords":["angular","ng","ng build hata","ng build"],"publisher":{"@type":"Organization","name":"uzmanim.net","url":"https://uzmanim.net"},"text":"Angular ng build komutunu verdiğimde [ERROR] bundle initial exceeded maximum budget. Budget 1.00 MB was not met by 63.22 kB with a total of 1.06 MB. hatası alıyorum.
\n\nApplication bundle generation failed. [5.442 seconds]
\n\n▲ [WARNING] bundle initial exceeded maximum budget. Budget 500.00 kB was not met by 587.22 kB with a total of 1.06 MB.
\n\n
\n▲ [WARNING] Module 'moment/moment' used by 'src/app/angular-material.module.ts' is not ESM
hatanın çözümü nedir?
\n","acceptedAnswer":{"@type":"Answer","name":"Bu hatayı gidermek için angular.json dosyasını açın
\n\n\n\n
"budgets": [
\n {
\n "type": "initial",
\n "maximumWarning": "24kb",
\n "maximumError": "1mb"
\n }
\n ]
gibi değerler göreceksiniz. Burada maximumWarning ve maximumError değerlerini arttırın. Sorun çözülecektir.
\n","url":"https://uzmanim.net/soru/error-bundle-initial-exceeded-maximum-budget-budget-1-00-mb-was-not-met-by-63-22-kb-with-a-total-of-1-06-mb/118129#a118130","author":{"@type":"Person","name":"alattin"},"comment":[],"commentCount":0,"dateCreated":"2024-06-14T15:23:04.983+03:00","dateModified":"2024-06-14T15:23:04.983+03:00","text":"Bu hatayı gidermek için angular.json dosyasını açın
\n\n\n\n
"budgets": [
\n {
\n "type": "initial",
\n "maximumWarning": "24kb",
\n "maximumError": "1mb"
\n }
\n ]
gibi değerler göreceksiniz. Burada maximumWarning ve maximumError değerlerini arttırın. Sorun çözülecektir.
\n","upvoteCount":0},"answerCount":1,"suggestedAnswer":{"@type":"Answer","name":"Bu hatayı gidermek için angular.json dosyasını açın
\n\n\n\n
"budgets": [
\n {
\n "type": "initial",
\n "maximumWarning": "24kb",
\n "maximumError": "1mb"
\n }
\n ]
gibi değerler göreceksiniz. Burada maximumWarning ve maximumError değerlerini arttırın. Sorun çözülecektir.
\n","url":"https://uzmanim.net/soru/error-bundle-initial-exceeded-maximum-budget-budget-1-00-mb-was-not-met-by-63-22-kb-with-a-total-of-1-06-mb/118129#a118130","author":{"@type":"Person","name":"alattin"},"comment":[],"commentCount":0,"dateCreated":"2024-06-14T15:23:04.983+03:00","dateModified":"2024-06-14T15:23:04.983+03:00","text":"Bu hatayı gidermek için angular.json dosyasını açın
\n\n\n\n
"budgets": [
\n {
\n "type": "initial",
\n "maximumWarning": "24kb",
\n "maximumError": "1mb"
\n }
\n ]
gibi değerler göreceksiniz. Burada maximumWarning ve maximumError değerlerini arttırın. Sorun çözülecektir.
\n","upvoteCount":0},"upvoteCount":0}}Angular ng build komutunu verdiğimde [ERROR] bundle initial exceeded maximum budget. Budget 1.00 MB was not met by 63.22 kB with a total of 1.06 MB. hatası alıyorum.
Application bundle generation failed. [5.442 seconds]
▲ [WARNING] bundle initial exceeded maximum budget. Budget 500.00 kB was not met by 587.22 kB with a total of 1.06 MB.
▲ [WARNING] Module 'moment/moment' used by 'src/app/angular-material.module.ts' is not ESM
hatanın çözümü nedir?
Toplam 1 cevap
Bu hatayı gidermek için angular.json dosyasını açın
"budgets": [
{
"type": "initial",
"maximumWarning": "24kb",
"maximumError": "1mb"
}
]
gibi değerler göreceksiniz. Burada maximumWarning ve maximumError değerlerini arttırın. Sorun çözülecektir.