Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
revmischa committed Sep 9, 2022
1 parent 2073523 commit f035bcd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 34 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Error repro for nextjs standalone bundling.

Problem: relative symlinks are copied from the root of a pnpm monorepo into the standalone output where they become invalid.

## Reproduce

```shell
pnpm i
cd web
pnpm build
ls -al .next/standalone/node_modules
```

```
ls -l web/.next/standalone/node_modules
lrwxr-xr-x 81 cyber 9 Sep 15:21 next -> ../../node_modules/.pnpm/[email protected]_biqbaboplfbrettd7655fr4n2y/node_modules/next
lrwxr-xr-x 56 cyber 9 Sep 15:21 react -> ../../node_modules/.pnpm/[email protected]/node_modules/react
```
34 changes: 0 additions & 34 deletions web/README.md

This file was deleted.

0 comments on commit f035bcd

Please sign in to comment.