Getting below error while building angular application
10:04:17 am[vite] (client)warning:
/.../.angular/cache/20.2.1/.../vite/deps/@progress_kendo-angular-pdfviewer.js
16367 | const worker = yield import(
16368 | /*webpackIgnore: true*/
16369 | this.workerSrc
| ^^^^^^^^^^^^^^
16370 | );
16371 | return worker.WorkerMessageHandler;
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /.../.angular/cache/20.2.1/.../vite/deps/@progress_kendo-angular-pdfviewer.js?v=46fe0012
@progress/kendo-angular-pdfviewer: 20.0.2
Angular: 20.2.1
Node: 22.18.0
NPM: 10.9.3