-
Notifications
You must be signed in to change notification settings - Fork 12k
esbuild doesn't watch for local library changes while running dev server #25569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
In my Nx project, only the array files in the "styles" configuration (in build { options }) are not watched with esbuild. An extra configuration should be to added to list files or folder to wacth. |
what additional configuration are you talking about? if the library works with "@angular-devkit/build-angular:browser", I expect it to work with "@angular-devkit/build-angular:browser-esbuild" as well |
Thanks for reporting this issue. Luckily, it has already been fixed in one of the recent releases. Please update to the most recent version to resolve the problem. If the problem persists in your application after upgrading, please open a new issue, provide a simple repository reproducing the problem, and describe the difference between the expected and current behavior. You can use |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Command
serve
Is this a regression?
The previous version in which this bug was not present was
No response
Description
see #25322
see #25568
see #25011
see #25395
all issues are closed and the functionality does not work
when using "@angular-devkit/build-angular:browser" instead of "@angular-devkit/build-angular:browser-esbuild" everything works fine
Minimal Reproduction
see issues
Exception or Error
No response
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: