-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
howler.default is undefined #45
Comments
Similar issue here I have a similar configuration |
Any updates? Same issue no matter how I set it up :D |
same |
Any updates? Got same issue, i use |
Same, i'm using |
Add 'howler' to your devDependencies and in export default defineNuxtConfig({
// nuxt config......
vite: {
optimizeDeps: {
include: ['howler']
}
}
} |
Same here, i use nuxt 3 and just got |
worked for me, [email protected] |
Uncaught (in promise) TypeError:
My code:
my nuxt.config.ts:
My package.json:
The text was updated successfully, but these errors were encountered: