hedgedoc/.yarnrc.yml
Tilman Vatteroth 508b1138de 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>
2022-08-01 14:48:52 +02:00

7 lines
180 B
YAML

nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
yarnPath: .yarn/releases/yarn-3.2.2.cjs