SPA build finishes but console error that is not there during quasar dev #15605
Replies: 1 comment
-
think I found the issue during the creation of a reproducable example. There was a circular dependency in my code: inversify.app.ts included some class |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SOLVED: circular dependency, read my post below this post
Working:
quasar **dev**
+ visit app in browser(no console errors or warnings)
Running
quasar **build**
returns [OK]But visiting the app results in an error:
quasar serve .\dist\spa
inv.app.21684a42.js:666:16207
reveils43608: const vP = Pn.get(Xi);
and **later **The contents of inversify.app:
What could be going wrong? any ideas (as now Im kind of stuck :( )
Beta Was this translation helpful? Give feedback.
All reactions