Fairly knew to utilizing parcel, but I am importing a series of javascript modules with:
import animate from "./animate";
these js files are inside a folder "js" at the root of my site.
Everything seems to import correctly when running it locally with
npm run dev
Again, everything works fine locally. Errors only occur when pushed to Github pages. Thanks for any help with the issue.