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
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 working with multiple projects in an Angular workspace, running ng build --watch on the library living in the same workspace as host app, which is running using ng serve, whenever changes are being made to the library, host app doesn't trigger update when using esbuild. However, the expected behavior where host app dev server would trigger change update whenever a library gets changed works on the stable builder.
Minimal Reproduction
create a library and an application in the same workspace
update angular.json to use esbuild by update "builder": "...browser" to "builder": "...browser-esbuild"
Command
serve
Is this a regression?
The previous version in which this bug was not present was
No response
Description
When working with multiple projects in an Angular workspace, running
ng build --watch
on the library living in the same workspace as host app, which is running usingng serve
, whenever changes are being made to the library, host app doesn't trigger update when using esbuild. However, the expected behavior where host app dev server would trigger change update whenever a library gets changed works on the stable builder.Minimal Reproduction
Exception or Error
No response
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: