Circular Dependencies
Hey Folks,
npm run dev
gives the following error:
(!) Circular dependency src/utils/socket.js -> src/store/index.js -> src/store/modules/appInfo.js -> src/data/settings.js -> src/utils/socket.js [!] Error: Multiple conflicting contents for sourcemap source /home/user/deemix-pyweb/webui/src/components/pages/About.vue
the server starts and everything seems to work, anyhow.
is this reproduceable or something on my side?