Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If a dynamic component import fails, try loading the updated file #34

Open
joekrump opened this issue Jul 11, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@joekrump
Copy link
Collaborator

Why?

This helps in cases where a user is on a page with some stale JS and they load a page and it tries to fetch a Vue component that loads async but uses a state file name or path.

What?

Use the manifest.json file that is output by Rollup to get the path/filename for the new Vue component and try to load that.

@joekrump
Copy link
Collaborator Author

Need to confirm that this is an issue still based on how TurboDrive is being used in combination with async component loads

@joekrump joekrump added the enhancement New feature or request label Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant