Hi im not sure if this is why to post this but ill try anyway. So I noticed in the javascript code that GWT compiles to there are a bunch of just empty functions, in my latest compile there are 1287 empty functions. I was wondering if there was a way to fix this?
It seems like GWT should't be doing this. Here are some examples of the functions that I am talking about:
function Gc(){}
function Kc(){}
function Oc(){}
function Sc(){}
function Yc(){}
function dd(){}
function id(){}
function md(){}
function rd(){}
function qd(){}
function Fd(){}
function Jd(){}
Could this be a bug or is there something that I could have done to cause this that I should avoid?
Thanks