thinker3197 / progressively

A JavaScript library to load images progressively 🌇
https://thinker3197.github.io/progressively
MIT License
698 stars 68 forks source link

e.addEventListener is not a function using webpack #35

Open vitticeps opened 4 years ago

vitticeps commented 4 years ago

Using with webpack I got an error as 'e.addEventListener is not a function' in .init() line 151. I adding window||this instead of this in row 21