janpaepke / ScrollMagic

The javascript library for magical scroll interactions.
http://ScrollMagic.io
Other
14.89k stars 2.17k forks source link

Problem with ScrollMagic verison 2.0.8 #984

Open klivak opened 3 years ago

klivak commented 3 years ago

Hi, I add "scrollmagic": "^2.0.8" to my project and import files to my js file:

import ScrollMagic from "scrollmagic"; import "scrollmagic/scrollmagic/uncompressed/plugins/debug.addIndicators";

And it gives me error: 08:00:05:835 (ScrollMagic.Scene) -> ERROR calling addIndicators() due to missing Plugin 'debug.addIndicators'. Please make sure to include plugins/debug.addIndicators.js

But when I set version to 2.0.7 -> it works well.

So, there is some problem with new version