Closed muhamedkarajic closed 3 months ago
@Coly010 please help!
When I use the other builder I get:
The 'webWorkerTsConfig' option is not yet supported by this builder.
@alan-agius4 Can you check this? Its related to https://github.com/angular/angular-cli/issues/25101
Hey @muhamedkarajic !
I can see you're using the builders from the Angular devkit. In this case, it's very unlikely that the issue lies with Nx as it is the Angular builder's that are invoked. Not Nx.
It would be worth raising an issue on the Angular CLI repo.
Hey @muhamedkarajic !
I can see you're using the builders from the Angular devkit. In this case, it's very unlikely that the issue lies with Nx as it is the Angular builder's that are invoked. Not Nx.
It would be worth raising an issue on the Angular CLI repo.
I wrote just there that I tried Nx things as well and it did not work. It shows me a warrning, dose anyone know why by Nx it shows that warrning?
Hm I found this: https://github.com/angular/angular-cli/issues/28078
Will see next work week to get a look at it. Sorry @Coly010 after all looks like Angular issue.
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Current Behavior
I have been switching to esbuild and got my application into the state to compile and run. However when its built I end up in JIT compiler issue.
Expected Behavior
I expected it to just work. Very weird that its working in the serve process but that its not working in the other build.
GitHub Repo
No response
Steps to Reproduce
Below the project.json
Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
I have also tried package.json with:
but then on
npm run serve
it shows me a warrning that its not supposed so I went with the angular compiler, as recomended in #26669, and now ended up with the same issue.