Warnings and Potential Build Issues During yarn run dev:orthanc for OHIF Viewer

While running the development server for the OHIF Viewer with the command yarn run dev:orthanc, I encountered several warnings, including circular dependencies and repeated InjectManifest calls, which might indicate potential issues in the build process.

Steps to Reproduce:

  1. Navigate to the Nginx-Orthanc directory within the OHIF Viewer repository.
  2. Run yarn run dev:orthanc to start the development server.
  3. Observe the output and warnings during the webpack build process.

The build process completed, but with the following warnings:

WARNING in [entry] [initial]
Circular dependency between chunks with runtime (app, polySeg, suv-peak-worker)
This prevents using hashes of each other and should be avoided.

WARNING in InjectManifest has been called multiple times, perhaps due to running webpack in --watch mode. The precache manifest generated after the first call may be inaccurate! Please see Precache manifest missing entries when recompiled via webpack --watch · Issue #1790 · GoogleChrome/workbox · GitHub for more information.

LOG from InjectManifest
The service worker at sw.js will precache 390 URLs, totaling 102 MB.

Don’t navigate to nginx-orthanc
I think there is a command called orthanc:up, run that first then run dev:orthanc