magr0s / vue-scrollmagic

Vue.js plugin
MIT License
72 stars 24 forks source link

You're exporting the whole gsap plugin causing big bundle size #6

Open JakubKoralewski opened 5 years ago

JakubKoralewski commented 5 years ago

I understand you need to include animation.gsap and scrollmagic but including whole gsap is just bonkers and causes an unnecessarily huge bundle size.

magr0s commented 5 years ago

You can create a branch with the minimum required import. I will definitely review it.

JakubKoralewski commented 5 years ago

I tried to do this, but failed to make it work. I tried removing every mention of gsap apart from the ScrollToPlugin and instead importing "animation.gsap" manually, but I couldn't make it work.

Instead I followed these steps https://github.com/pirony/ks-vue-scrollmagic/issues/13 to lower my bundle size and include just ScrollMagic.