Javascript Laravel/Vuetify需要适当的加载程序来处理此文件类型(mp4)

Javascript Laravel/Vuetify需要适当的加载程序来处理此文件类型(mp4),javascript,laravel,vue.js,webpack,vuetify.js,Javascript,Laravel,Vue.js,Webpack,Vuetify.js,我目前正在使用Laravel/Vue图像旋转木马,图像渲染良好,但当我使用v-playback组件加载视频时,出现以下错误: Module parse failed: Unexpected character ' ' (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. 我尝试过寻找webpack.c

我目前正在使用Laravel/Vue图像旋转木马,图像渲染良好,但当我使用v-playback组件加载视频时,出现以下错误:

Module parse failed: Unexpected character ' ' (1:0)
You may need an appropriate loader to handle this
file type, currently no loaders are configured to
process this file.
我尝试过寻找webpack.config.js,但我得到的是webpack.mix.js,它只有以下内容:

const mix = require('laravel-mix');

mix.js('resources/js/app.js', 'public/js')
    .sass('resources/sass/app.scss', 'public/css');

我确实在node_模块的laravel mix文件夹中找到了webpack.config.js,但我不确定这是否是我需要修补的

确保您的url指向视频所在的确切路径和文件扩展名。您的url可能应该指向以下内容../public/videos/name_of_video.mp4

确保您的url指向视频所在的确切路径和文件扩展名。您的url可能会指向这样的内容../public/videos/name\u of\u video.mp4

您使用的vuetify版本是什么?这是我在我的包中找到的。json“vuetify”:“^2.0.9”请参阅此启动程序模板运行所有安装后,我收到一个500服务器错误。我正在使用Laragon作为我的虚拟主机。使用Browsersync的访问URL访问它时也会出现相同的错误。您使用的vuetify版本是什么?这是我在包中找到的。json“vuetify”:“^2.0.9”请参阅此启动程序模板运行所有安装后,我遇到500服务器错误。我正在使用Laragon作为我的虚拟主机。使用Browsersync的访问URL访问它也会给我同样的错误。