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:
- Navigate to the
Nginx-Orthanc
directory within the OHIF Viewer repository. - Run
yarn run dev:orthanc
to start the development server. - 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.