Closed Biokimist closed 5 months ago
I don't know how, i'm a little confused, but the deployment actually worked.
I changed the budget allocation for angular build before a new git push.
"budgets": [
{
"type": "initial",
"maximumWarning": "500kB",
"maximumError": "1MB"
"maximumWarning": "2MB",
"maximumError": "4MB"
},
It maybe be me, or the displayed error was wrong and shouldn't be "Only the Angular application builder is supported"
[REQUIRED] Environment info
Firebase CLI: 13.11.1 Angular CLI: 18.0.3 Node: 20.13.1 Package Manager: npm 9.6.5 OS: win32 x64
[REQUIRED] Test case
package.json
angular.json
firebase-hosting-merge.yml
[REQUIRED] Steps to reproduce
[REQUIRED] Expected behavior
The build process should complete successfully, allowing the deployment to Firebase Hosting.
[REQUIRED] Actual behavior
Step #2: Error: Only the Angular application builder is supported. Please refer to https://angular.dev/tools/cli/esbuild#for-existing-applications guide to upgrade your builder to the Angular application builder.