I'm running into an issue when attempting to use vue-cli with the webpack-simple template. Upon importing my video file:
<video src="./assets/twp-logo-video.mp4" id="initial-logo" type="video/mp4"><!-- 700 x 700 --> </video>
I encounter the following error:
Module parse failed: Unexpected character '' (1:0)
You may need an appropriate loader to handle this file type.
(Source code omitted for this binary file)
I would appreciate guidance on how to incorporate the video into my template. I've been unable to locate specific loaders for videos and am uncertain about the next steps and what to look for.
Below are links to my webpack configuration, app.vue, and index.html files: Webpack Config - https://jsfiddle.net/rva51akn/3/ App.vue and Index.html Files - https://jsfiddle.net/2yfzus09/