mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
508b1138de
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>
7 lines
180 B
YAML
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
|