Skip to content

Commit 1b7815a

Browse files
authored
test(nextjs): Fix turbopack test (#14455)
1 parent 1fd377f commit 1b7815a

File tree

1 file changed

+6
-0
lines changed
  • dev-packages/e2e-tests/test-applications/nextjs-turbo

1 file changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
@sentry:registry=http://127.0.0.1:4873
22
@sentry-internal:registry=http://127.0.0.1:4873
3+
4+
# todo: check if this is still needed in upcoming versions
5+
# Hoist all dependencies to the root level due to issues with import-in-the-middle and require-in-the-middle
6+
# Just adding these as dependencies removed the warnings, but didn't fix the issue
7+
shamefully-hoist=true
8+
strict-peer-dependencies=false

0 commit comments

Comments
 (0)