Closed
Description
🐞 Bug report
Command (mark with an x
)
- [ ] new
- [ ] build
- [X] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc
Is this a regression?
Yes, the previous version in which this bug was not present was: @angular-devkit/build-angular 0.801.0Description
Breakpoints are not working in vscode since @angular-devkit/build-angular 0.801.1 version
If I go back to @angular-devkit/build-angular 0.801.0 breakpoints work fine
🔬 Minimal Reproduction
Add breakpoints in vscode and debug
🔥 Exception or Error
🌍 Your Environment
Angular CLI: 8.1.1
Node: 12.4.0
OS: win32 x64
Angular:
...
Package Version
------------------------------------------------------
@angular-devkit/architect 0.801.1
@angular-devkit/core 8.1.1
@angular-devkit/schematics 8.1.1
@schematics/angular 8.1.1
@schematics/update 0.801.1
rxjs 6.4.0
Anything else relevant?
OS: win32 x64
Not tested in linux
Tested @angular-devkit/build-angular 0.801.2 also, and breakpoints are not working