Charles Lyding 1f73bcc49a fix(@angular-devkit/build-angular): ensure Web Worker code file is replaced in esbuild builders
The previous Web Worker bundling code for the esbuild-based builders assumed that the first
output file was the JavaScript code for the worker. While this is typically the case, when
sourcemaps are enabled it may not be. To ensure the code file is used as the replacement path
for the Worker constructor, the output files are now searched for the code file.
2023-10-05 15:35:34 -04:00
..
2023-08-04 14:49:14 -04:00
2023-02-16 14:59:40 +00:00