We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a340a commit a38eed1Copy full SHA for a38eed1
dev-packages/e2e-tests/test-applications/nextjs-16/package.json
@@ -18,7 +18,7 @@
18
"test:build-canary": "pnpm install && pnpm add next@canary && pnpm build",
19
"test:build-canary-webpack": "pnpm install && pnpm add next@canary && pnpm build-webpack",
20
"test:assert": "pnpm test:prod && pnpm test:dev",
21
- "test:assert-webpack": "pnpm test:prod && pnpm test:dev-webpack"
+ "test:assert-webpack": "pnpm test:prod"
22
},
23
"dependencies": {
24
"@sentry/nextjs": "latest || *",
0 commit comments