It is strange because I can deploy to Vercel with:   import { gsap } from "gsap" No problem, no need for /dist. I deploy and everything builds and animates, but for SplitText is needs /dist. Curious why that is?   For deployment, you're right it is something with the member plugins.   I'm doing the private npm route so it is probably getting tripped up with step 4 where you have to do `gsap@npm:@gsap/<package>` the first time. During a Vercel deployment, it j
    • Thanks
    • Like
    3