ng serve produces error with web worker active on old project #14791
Labels
area: @schematics/angular
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Milestone
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: ....Previous version did not include web worker
Description
A clear and concise description of the problem...I created a project with Angular CLI 7.0.3 some months ago
When I ng generate web-worker it generates well, and update files that have to be updated
But, I had an error that I describe below.
I tried to reproduce with a Angular 8 new project and failed to.
I checked differences between my Angular 7 generated project some months ago and the new one, here they are:
So I
And it worked
🔬 Minimal Reproduction
Create a project with Angular CLI 7.0.3 (didn't test any other version)
Update to Angular 8
Add a web-worker
then ng serve
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
Please excuse my poor english
If anything is not comprehensible enough do not hesitate to say it to me.
Have a nice day :)
The text was updated successfully, but these errors were encountered: