You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm meeting an issue with circular imports while using "import type" declaration.
Vite does detect the circular imports and reload the whole page: 12:37:21 [vite] page reload src/components/billing/BillingList.vue (circular imports) (x2)
But where are the circular imports ? Vite is not enough verbose.
Suggested solution
Make vue logs more verbose and display the circular imports that was detected:
Description
I'm meeting an issue with circular imports while using "import type" declaration.
Vite does detect the circular imports and reload the whole page:
12:37:21 [vite] page reload src/components/billing/BillingList.vue (circular imports) (x2)
But where are the circular imports ? Vite is not enough verbose.
Suggested solution
Make vue logs more verbose and display the circular imports that was detected:
Alternative
Waiting on madge to support vuejs files: pahen/madge#122
(still pending since 2017)
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: