The /packages/gdu/lib/runWebpack.ts file has a callback that resolves a promise. It seems like the compiler.run callback might be resolving prematurely or not correctly passing errors.
It would be ideal to have detailed error messages rejected, logged and safely printed out to the console from the Webpack build, if any.