2D lights not working in WebGL build

So I have this project with 2D lights in it. Everything’s fine with the lights in the editor and in a Standalone Build, but when I build in WebGL, the lights are not showing, strangely. Here’s the comparison between the standalone build and the WebGL one :

I know this is an realy old question, but i just had this problem and coundn’t find an aswer anywhere, so if anyone else is having this same problem finaly after some time messing around the project i managed to solved it by changing the quality settings of the WebGL to Ultra.

Go to Edit → Project Settings → Quality → Here set the WebGL Default Level to Ultra.

That’s was it for me, hope it helps somebody.