joshwcomeau / use-sound

A React Hook for playing sound effects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReferenceError: HowlerGlobal is not defined (Parcel 2)

tpudel opened this issue · comments

Just randomly started getting this error from parcel after we updated the parcel package to v2.
Posting here incase anyone has anymore information on it or also runs into this.
Updating the howler version fixed it for me!

My current workaround:
I added howler with the lastest version (2.2.3) and used that package version for use-sound's howler import and it seemingly fixes this.

within package.json:
"alias": { "howler": "howler/dist/howler.core.min.js" }

image