webpack seems to have problems with Node unflagging the type stripping: webpack/webpack#19187
Workaround: NODE_OPTIONS="--no-experimental-strip-types" yarn
(older Node.js versions fail if the option is set, I have not yet found a simple fix that just works™)