I'm running Angular 15.0.2
and have updated the angular.json to build with ESBuild.
"serve": {
"builder": "@angular-devkit/build-angular:browser-esbuild",
Then when trying to serve the app:
WARNING: The experimental esbuild-based builder is not currently supported by the dev-server. The stable Webpack-based builder will be used instead.
How do I configure ESbuild in an Angular app?