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
Then the webpack build would add a hash to the file name which would cause it to not be read under the source of the video. So in the loaders.js file, i replaced the video section with this:
Describe the bug
I have a video in my HTML using a
<video>
tag. I have an mp4 file but when I do a production build, it doesn't get translated over.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The video should be loaded in.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
I see that there is an attempt to load the videos over. in the loaders file.
The text was updated successfully, but these errors were encountered: