mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
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:
parent
307376ca56
commit
508b1138de
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
nodeLinker: pnp
|
||||
nodeLinker: node-modules
|
||||
|
||||
plugins:
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
||||
|
|
Loading…
Reference in a new issue