Jump to content
Search Community

Thinkingbox Developer

Members
  • Posts

    4
  • Joined

  • Last visited

Thinkingbox Developer's Achievements

  1. Thanks for your response @OSUblake. We initially started using this library for the promise functionality, and since it's used so many times it'll be hard to just pull out to swap to just regular promises. On top of that, it seems like the importing issues are also happening for other libraries too so I feel like I'd have to get to the bottom of this webpack importing issue.
  2. Thanks for your response. Our GSAP is indeed the latest version from NPM. Doing further investigation, I feel like this issue here seems to illustrate the problem I'm running into: https://github.com/greensock/GreenSock-JS/issues/261 Looking into the 3rd party library, it doesn't seem like they're getting the full TweenMax object but rather, an empty object.
  3. Hi everyone, I've recently been on the process of migrating one of our existing projects to using create-react-app (CRA), and have been running into this issue (attached image). When viewing the compiled version... > 2546 | return Promise.all([gsap_promise__WEBPACK_IMPORTED_MODULE_3___default.a.fromTo(this.$outer, ANIM_TIME, { 2547 | y: '110%' ^ 2548 | }, { 2549 | y: "0%", We're using the GSAP Promise wrapper gsap-promise, which was used on both projects. I've tried reverting the GSAP package version to the same one and the same issue still occurs, which leads me to think that this might be a Webpack configuration issue. I've ejected the CRA project, but haven't been able to figure out which webpack configuration I may need to change.
×
×
  • Create New...