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?

0
1 comment

Try invalidating caches (File | Invalidate caches, Invalidate and restart)

0

Please sign in to leave a comment.