If i paste the jquery.easing on my index.js file webstorm keeps re-indexing over and over but if i import it with require(jquery.easing) it does not. Why?
I have a question.
Im using webpack on my project (and gulp also).
So If i paste the jquery.easing code on my index.js file, webstorm keeps re-indexing over and over (very annoying) but if i import it with require(jquery.easing) it does not
Why is that?
Please sign in to leave a comment.
Try invalidating caches (File | Invalidate caches, Invalidate and restart)