|
| 1 | +<a name="20.1.4"></a> |
| 2 | + |
| 3 | +# 20.1.4 (2025年07月30日) |
| 4 | + |
| 5 | +### @angular/cli |
| 6 | + |
| 7 | +| Commit | Type | Description | |
| 8 | +| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ | |
| 9 | +| [2d753cc62](https://github.com/angular/angular-cli/commit/2d753cc62c9a801c40923a43e4af5f74b22700e0) | fix | skip workspace-specific tools when outside a workspace | |
| 10 | + |
| 11 | +### @angular/build |
| 12 | + |
| 13 | +| Commit | Type | Description | |
| 14 | +| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------- | |
| 15 | +| [42d72ef4d](https://github.com/angular/angular-cli/commit/42d72ef4d99380dbb1c0e03e3e3abfb2223fa539) | fix | skip vite transformation of CSS-like assets | |
| 16 | + |
| 17 | +<!-- CHANGELOG SPLIT MARKER --> |
| 18 | + |
1 | 19 | <a name="20.1.3"></a>
|
2 | 20 |
|
3 | 21 | # 20.1.3 (2025年07月24日)
|
@@ -4099,7 +4117,6 @@ Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Piotr Wysocki
|
4099 | 4117 | ```scss
|
4100 | 4118 | @import 'font-awesome/scss/font-awesome';
|
4101 | 4119 | ```
|
4102 | | - |
4103 | 4120 | - By default the CLI will use Sass modern API, While not recommended, users can still opt to use legacy API by setting `NG_BUILD_LEGACY_SASS=1`.
|
4104 | 4121 |
|
4105 | 4122 | - Internally the Angular CLI now always set the TypeScript `target` to `ES2022` and `useDefineForClassFields` to `false` unless the target is set to `ES2022` or later in the TypeScript configuration. To control ECMA version and features use the Browerslist configuration.
|
|
0 commit comments