Commit 0356183
committed
fix(analytics): use more unique chunk name for middleware (#1339)
Fixes issue with Next.js where the "middleware" webpack chunk name
collides with Next.js's middleware.js entrypoint when using the
Node.js runtime.
Based on #1355 by @blurrah.1 parent 8f10626 commit 0356183
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
470 | | - | |
| 470 | + | |
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
| |||
0 commit comments