xdlumia / vue3-video-play

适用于 Vue3 的 hls.js 播放器组件,配置丰富,界面还算好看
https://codelife.cc/vue3-video-play/
609 stars 101 forks source link

V1.3.2 package.json module 文件路径错误 #156

Open 18234175095 opened 6 months ago

18234175095 commented 6 months ago

V1.3.2 package.json module 文件路径错误 "./dist/index.es.js", 应该是 "./dist/index.mjs"

20240322114018

w8532350 commented 6 months ago

vite 无法使用

weijunfu commented 5 months ago

vite 无法使用

修改module路径就能用。但用yarn安装其它时,还要再手动改-_-

sanshi-30 commented 1 month ago

引入的时候改成这样就可以了,打包也不会报错:import { videoPlay } from "vue3-video-play/dist/index.mjs";