Wednesday, September 13, 2017

Remove DOM references from GWT generated javascript

Hi,

I am trying to use GWT to cross-compile some java codebase to javascript. However, the generated javascript needs to run outside the browser - in a React Native app which does not have the dom. The problem is that the generated javascript has references to DOM. Is there a way I can use GWT to cross-compile java into javascript so that the javascript does not have any DOM references ? 

Any help is greatly appreciated. 

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment