-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
angular/build:applicationarea: @angular-devkit/build-angularfreq1: lowOnly reported by a handful of users who observe it rarelyOnly reported by a handful of users who observe it rarelyseverity3: brokentype: bug/fix
Description
Command
serve/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
When we setup angular.json style part like this,
{
"input": "projects/styled-components/scss/line-awesome/line-awesome.scss",
"bundleName": "styles-lineawesome",
"inject": false
},
It should create styles-lineawesome.css
in esbuild compile.
But, with esbuild, it create styles-lineawesome.[HASHED].css
file.
Minimal Reproduction
Exception or Error
It should create `styles-lineawesome.css` in esbuild compile.
But, with esbuild, it create `styles-lineawesome.[HASHED].css` file.
Your Environment
Angular CLI: 16.0.0-rc.2
Node: 16.19.0
Package Manager: npm 8.19.3
OS: darwin x64
Angular: 16.0.0-rc.3
... animations, common, compiler, compiler-cli, core, elements
... forms, localize, platform-browser, platform-browser-dynamic
... platform-server, router, service-worker
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1600.0-rc.1
@angular-devkit/build-angular 16.0.0-rc.1
@angular-devkit/core 16.0.0-rc.1
@angular-devkit/schematics 16.0.0-rc.2
@angular/bazel 15.2.6
@angular/cdk 16.0.0-rc.1
@angular/cli 16.0.0-rc.2
@angular/material 16.0.0-rc.1
@angular/youtube-player 16.0.0-rc.1
@nguniversal/builders 16.0.0-next.0
@nguniversal/common 16.0.0-next.0
@nguniversal/express-engine 16.0.0-next.0
@schematics/angular 16.0.0-rc.2
ng-packagr 16.0.0-rc.1
rxjs 7.8.0
typescript 5.0.3
Anything else relevant?
No response
Metadata
Metadata
Assignees
Labels
angular/build:applicationarea: @angular-devkit/build-angularfreq1: lowOnly reported by a handful of users who observe it rarelyOnly reported by a handful of users who observe it rarelyseverity3: brokentype: bug/fix