I've been a Shockingly Green member through work for about a year now. I noticed that on previous projects, we had
"gsap": "npm:@gsap/shockingly@3.7.0"
package.json file and the SplitText plugin was included in the node_modules/gsap folder as expected. Here's a screenshot of our /gsap/all.js file on version 3.7.0:
However, I've upgraded to version 3.8.0 on our latest project, and all the bonus exports are commented out. The corresponding JS files are completely missing, so I cannot use `SplitText` plugin anymore:
"gsap": "npm:@gsap/shockingly@3.8.0"
Why are they unavailable on version 3.8+? Is this by mistake?