vue3-video-play vite引入报错

637 阅读1分钟

Failed to resolve entry for package “vue3-video-play“. The package may have incorrect main/module/e

解决办法:
将node_modules 下vue3-video-play文件夹下 package.json文件做修改

将package.json中 "module": "./dist/index.es.js"改为"module": "./dist/index.mjs"

image.png