sirxemic / jquery.ripples

Add a water ripple effect to your background using WebGL.
https://sirxemic.github.io/jquery.ripples/
MIT License
1.06k stars 417 forks source link

Not working with webpack #61

Closed juergengenser closed 5 years ago

juergengenser commented 5 years ago

I'm trying to use your plugin in a webpack-based environment as a node-module. while it works locally, it doesn't work in the production build. I'm getting the following error message:

Cannot set property 'height' of undefined

is there anything I'm missing here?