Use node-modules linker

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>
This commit is contained in:
Tilman Vatteroth 2022-08-01 14:27:40 +02:00
parent 307376ca56
commit 508b1138de

View file

@ -1,4 +1,4 @@
nodeLinker: pnp nodeLinker: node-modules
plugins: plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs - path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs