QutEcoacoustics / workbench-client

workbench-client: a client side browser application for interacting with acoustic workbenches
Other
8 stars 1 forks source link

Change builder to esbuild #2077

Closed hudson-newey closed 1 year ago

hudson-newey commented 1 year ago

We are currently using the angular builder in our angular.json

To improve the performance of the builder, we should switch to esbuild and ensure that there are no regressions through testing.

"architect": {
  "build": {
    "builder": "@angular-devkit/build-angular:browser"
    }
}