Commit 5fdcf7d
committed
fix(e2e): configure Next.js to use development export conditions
Next.js/webpack doesn't use the 'development' export condition by default,
even in 'next dev' mode. Added webpack config to enable it, which allows
the SDK's development-only features like Spotlight auto-enablement to work.1 parent cb298e2 commit 5fdcf7d
File tree
1 file changed
+13
-0
lines changed- dev-packages/e2e-tests/test-applications/nextjs-15-spotlight
1 file changed
+13
-0
lines changedLines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
10 | 23 | | |
11 | 24 | | |
12 | 25 | | |
| |||
0 commit comments