-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Fix:vitejs#5265 Add disableDotRule option to allow path contains dot #6170
Conversation
I'm not sure if this is the right solution 🤔 |
please correct title with (fix) and add a description telling which issue this will fix and why you believe this is the correct way to fix the issue |
I don't see what this solves either. @gauntiantian Can you provide some context as to why this is needed? |
please provide tests for this and give more of an explanation than just a link |
Hi, If route parameters of a vue app include dots (like a JWT), the route param won't be matched by Vite's dev server. |
I need this in my project as well. For example to display file information about a file in the app, an URL like this is used: Currently the Vite dev server 404s when such URLs with a dot are loaded. What do we need to do to get this merged? |
Description
Additional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).