I'm using ThrowPropsPlugin with no success on webpack, I Import TweenMax as
import { TweenMax } from 'gsap'
and
import Draggable from 'gsap/Draggable'
They work good, however when I try to use ThrowProps, I import it from the common-js folder of ShockinglyGreen as
import 'app/vendor/ThrowPropsPlugin';
No errors, but it won't work either.
Any help is much appreciated, thanks!