This project was generated with Angular CLI version 17.2.2.
When building the project with the esbuild application
builder, assets required by SCSS files using variables in the URLs are resolved.
Assets are not found.
This worked with the old @angular-devkit/build-angular:browser
builder.
## Install dependencies
npm ci
## To build with the application builder, run:
npm run build
## To build with the old browser builder, run:
npm run build-legacy
We consume an SCSS library which uses variables for the paths to the assets. Switching to the esbuild application
builder has broken the builds for our app.