Skip to content

Commit

Permalink
Document dependency exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Jan 7, 2025
1 parent 9f144e8 commit 997ea20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions e2e/browser/test-app/dependency-exclusion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
NextJS 15 brings in `sharp` as an optional dependency, which causes a concern because
it is licensed under LGPL 3.0, which is incompatible with our policy. NextJS is
therefore installed without optional dependencies using the `--omit=optional` flag.
See the `test:e2e:browser:build` script in the pain `package.json`.

For reference, this issue was [reported to NextJS](https://github.com/vercel/next.js/issues/72406).

0 comments on commit 997ea20

Please sign in to comment.