GWT is a transpiler. At the end the result is just a collection of JavaScript + HTML files.
You don't need any buildpacks for this purpose... Just take the "index.html" with all the JavaScript files "......cache.js". So generally only Tomcat / Jetty / Apache... pure web servers are enough.
Slides from number: 24 - Anatomy of GWT Web Apps... you can see "Result JavaScript".