Hey. Don't know if this is resolved yet. I ran into some minor issues on Netlify. Was easy to resolve though and shouldn't be too different on vercel. 1. You need to add the generated gsap authToken to a ".npmrc" file in your repository root. Now in order to not leak your GSAP key, you should put it in an environment variable (NPM_TOKEN). You should be able to access this token  in the .npmrc via ${NPM_TOKEN} like in the example here: //npm.greensock.com/:_authToken=${NPM_TOKEN} @gsap:
    • Like
    3