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
Which @angular/* package(s) are the source of the bug?
Don't known / other
Is this a regression?
Yes
Description
I am using Nrwl/Nx workspace containing app and lib projects in /apps/app and /libs/lib1,2,3 folders respectively.
Tried the experimental @angular-devkit/build-angular:browser-esbuild executor to build and serve the application.
Builds works fine, serve's initial build works fine.
If I change files in the main application dev-server updates fine.
But if I change files in the library folders, the change is not picked up by the dev-server, so I have to restart the whole to get the changes.
Please provide a link to a minimal reproduction of the bug
Which @angular/* package(s) are the source of the bug?
Don't known / other
Is this a regression?
Yes
Description
I am using Nrwl/Nx workspace containing app and lib projects in /apps/app and /libs/lib1,2,3 folders respectively.
Tried the experimental
@angular-devkit/build-angular:browser-esbuild
executor to build and serve the application.Builds works fine, serve's initial build works fine.
If I change files in the main application dev-server updates fine.
But if I change files in the library folders, the change is not picked up by the dev-server, so I have to restart the whole to get the changes.
Please provide a link to a minimal reproduction of the bug
https://github.com/preda7or/nx-workspace
Please provide the exception or error you saw
Please provide the environment you discovered this bug in (run
ng version
)Anything else?
I know the vite/esbuild dev-server is experimental, just wanted to let you know about this.
The text was updated successfully, but these errors were encountered: