Closed
Description
Command
build
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
I have @angular/ssr installed (used ng add @angular/ssr) and when I do ng build the files in dist folder are not in the build output.

Minimal Reproduction
pnpm create @angular@next --standalone
ng add @angular/ssr
npx ng build
Exception or Error
No response
Your Environment
Angular CLI: 17.0.0-next.4
Node: 18.17.0
Package Manager: pnpm 8.7.5
OS: darwin arm64
Angular: 17.0.0-next.4
... animations, cli, common, compiler, compiler-cli, core, forms
... platform-browser, platform-browser-dynamic, platform-server
... router, ssr
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1700.0-next.4
@angular-devkit/build-angular 17.0.0-next.4
@angular-devkit/core 17.0.0-next.4
@angular-devkit/schematics 17.0.0-next.4
@schematics/angular 17.0.0-next.4
rxjs 7.8.1
typescript 5.2.2
zone.js 0.13.3
Anything else relevant?
No response