-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
area: @angular-devkit/build-angulardevkit/build-angular:dev-serverfreq1: 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
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
n/a
Description
See title
Minimal Reproduction
Yet in the browser, the file looks like it was bundled fine...

relevant configuration in my angular.json:
"assets": [
{
"glob": "**/*",
"input": "src/assets/",
"output": "/"
},
{
"glob": "**/*",
"input": "node_modules/ngx-extended-pdf-viewer/assets/",
"output": "/assets/"
}
],
Exception or Error
No response
Your Environment
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 16.0.0-rc.2
Node: 16.14.2
Package Manager: npm 9.6.3
OS: darwin arm64
Angular: 16.0.0-rc.2
... animations, cli, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router
Package Version
------------------------------------------------------------
@angular-devkit/architect 0.1600.0-rc.2
@angular-devkit/build-angular 16.0.0-rc.2
@angular-devkit/core 16.0.0-rc.2
@angular-devkit/schematics 16.0.0-rc.2
@angular/cdk 16.0.0-rc.1
@angular/flex-layout 15.0.0-beta.42
@angular/material 16.0.0-rc.1
@angular/material-moment-adapter 16.0.0-rc.1
@schematics/angular 16.0.0-rc.2
rxjs 7.8.0
### Anything else relevant?
_No response_
Metadata
Metadata
Assignees
Labels
area: @angular-devkit/build-angulardevkit/build-angular:dev-serverfreq1: lowOnly reported by a handful of users who observe it rarelyOnly reported by a handful of users who observe it rarelyseverity3: brokentype: bug/fix

