In #2261 we tried to use the nextjs standalone build which uses tree shaking to drastically reduce the bundle size. This bundle doesn't work with pnp packages.
The benefits of pnp doesn't make up for the problems it causes. So we switch back.
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>