Charles Lyding 8bce80b91b feat(@angular-devkit/build-angular): initial support for application Web Worker discovery with esbuild
When using the esbuild-based builders (application/browser-esbuild), Web Workers following the previously
supported syntax as used in the Webpack-based builder will now be discovered. The worker entry points are not
yet bundled or otherwise processed. Currently, a warning will be issued to notify that the worker will not
be present in the built output.
Additional upcoming changes will add the processing and bundling support for the workers.

Web Worker syntax example: `new Worker(new URL('./my-worker-file', import.meta.url), { type: 'module' });`
2023-09-21 11:02:20 +02:00
..
2023-08-04 14:49:14 -04:00
2023-02-16 14:59:40 +00:00