-
Notifications
You must be signed in to change notification settings - Fork 924
feat: restrictRelativePath option (close #1646) #1647
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since Vite's default static file is covering media files, we can also handle video and audio here as well.
Pull Request Test Coverage Report for Build 14738968326Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like I said previously, video and audio tags shall also be tracked.
This means you should also modify the regexp in the first replacer function.
Should the unit test of the media tag be conducted in This won't be available for supplementation until tomorrow. |
Audio and video tags can have src attribute. |
Before submitting the PR, please make sure you do the following
close #123
).What is the purpose of this pull request?
Description
close #1646
Screenshots
Before
After