Hello, i'm trying to use the Themepunch slider. I installed gsap with npm and imported TweenLite with this command:
import TweenLite from 'gsap/TweenLite'
I also tried download the TweenLite.js file and import it as a normal component but i always get this error from themepunch:
Module not found: Error: Can't resolve 'TweenLite' in '/home/mat/pyprojects/django_lanivendole/lanivendole/saleor/static/js/components/rs-plugin-5/js/source'
@ ./saleor/static/js/components/rs-plugin-5/js/source/jquery.themepunch.tools.js
Can anyone help me? Thank you!