I've tried to do this:   import {TweenLite, TimelineLite} from 'gsap'; I'm using JSPM and SystemJS to load modules, however it just always loads TweenMax.js and not TweenLite.js and TimelineLite.js - do you have an example of a working setup, doesn't have to be with JSPM.