You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewError("Only the Angular application builder is supported.");
58
+
thrownewError(
59
+
"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. ",
60
+
);
59
61
}
60
62
}
61
63
@@ -64,7 +66,9 @@ export async function checkStandaloneBuildConditions(cwd: string): Promise<void>
thrownewError("Only the Angular application builder is supported.");
69
+
thrownewError(
70
+
"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. ",
0 commit comments