-
Notifications
You must be signed in to change notification settings - Fork 165
Uncaught (in promise) TypeError: Failed to resolve module specifier '..-node_modules-vidstack-prod-providers #1634
New issue
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
Comments
"hls.js": "^1.6.1", |
vite.config.ts import vue from '@vitejs/plugin-vue' // https://vitejs.dev/config/ const { UNI_PLATFORM } = process.env const env = loadEnv(mode, path.resolve(process.cwd(), 'env'))
}) ` |
I have resolved the issue and added this configuration to Vite.
|
Current Behavior:
When using Plyr in Vue 3, it works normally in development mode. However, after packaging, this prompt appears.
Expected Behavior:
It is expected that it will still work properly even after being packed.
Steps To Reproduce:
Reproduction Link: How to create a repro?
Environment:
Anything Else?
The text was updated successfully, but these errors were encountered: