You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice "src/**/*.worker.ts" was placed outside of the exclude array. This causes plenty of errors upon building the app which is how I discovered the error.
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Angular only began official support of web workers so I guess not.
Description
After running
ng g web-worker sheet --project=enterprise
, the tsconfig.app.json looks like this:Notice
"src/**/*.worker.ts"
was placed outside of theexclude
array. This causes plenty of errors upon building the app which is how I discovered the error.🌍 Your Environment
The text was updated successfully, but these errors were encountered: