You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments