Closed samsostudios closed 1 year ago
@samsostudios can you provide a link to a public repository that reproduces this issue?
@alexiglesias93 https://github.com/samsostudios/fs-2
I am able to reproduce this just by taking a fresh dev starter from FS, then installing and import gsap, then building.
@alexiglesias93 Were you able to reproduce?
@samsostudios I see you closed the issue, is that because you manage to solve it?
I am getting a failed build when using the dev starter and installing GSAP. First I created a copy of this starter, ran 'pnpm add gsap', imported gsap to index.ts and initialized a timeline. When I run 'pnpm build' the build file is populated with looks like and error (see screenshot).
I am assuming this is something the to do with build.js file?
Anyone have ideas here?