We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V1.3.2 package.json module 文件路径错误 "./dist/index.es.js", 应该是 "./dist/index.mjs"
The text was updated successfully, but these errors were encountered:
vite 无法使用
Sorry, something went wrong.
修改module路径就能用。但用yarn安装其它时,还要再手动改-_-
引入的时候改成这样就可以了,打包也不会报错:import { videoPlay } from "vue3-video-play/dist/index.mjs";
No branches or pull requests
V1.3.2
package.json module 文件路径错误
"./dist/index.es.js", 应该是 "./dist/index.mjs"
The text was updated successfully, but these errors were encountered: