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
Is your feature request related to a problem? Please describe.
Same as this issue #2314.
Describe the solution you'd like
After the project is huge, circular dependencies will inevitably occur. This leads to some weird hot update problems. These problems may be impossible for others to troubleshoot, because there is no tool to check circular dependencies, but I did not find it. The tools found so far only check ts files, not vue files. Cycle Depends on vite1, and vue-cli seems to be allowed. At present, there is no solution to this hot update problem.
Describe alternatives you've considered
Is there a good way to solve the circular dependency, at least, until now I have not found
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Same as this issue #2314.
Describe the solution you'd like
After the project is huge, circular dependencies will inevitably occur. This leads to some weird hot update problems. These problems may be impossible for others to troubleshoot, because there is no tool to check circular dependencies, but I did not find it. The tools found so far only check ts files, not vue files. Cycle Depends on vite1, and vue-cli seems to be allowed. At present, there is no solution to this hot update problem.
Describe alternatives you've considered
Is there a good way to solve the circular dependency, at least, until now I have not found
Additional context
The text was updated successfully, but these errors were encountered: