Throw an error if client builds retain references to `*.server.ts` files
未关闭
angular/build:application
area: @angular-devkit/build-angular
feature
feature: under consideration
- 主要语言
- TypeScript
- 星标
- 27k
- 派生
- 11.8k
- 平均合并
- 14 小时 23 分钟
- 30 天内合并 PR
- 162
描述
### Command
build
### Description
When SSR is enabled in an Angular project, there are a few `.server.ts` files produced (e.g. `app.config.server.ts`). The `.server.ts` suffix is also used by different applications as a way to structure and separate client and server code.
The proposal is to update the build pipeline to throw an error in case files with `.server.ts` suffix are present in the final client build output.
// cc @alan-agius4
贡献指南
调研方向
从 Angular CLI build 命令开始,追踪启用 SSR 时最终客户端 build 输出的生成过程。验证 `.server.ts` 文件如何保留在该输出中;当存在此类文件时,build 都报告错误即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- angular, typescript
- 领域
- build-system
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100