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
`next build --webpack` was added in Next 16 (when Turbopack became the build
default); Next 15 builds with webpack already and errors on the unknown flag,
which would break `mailing server build` for Next 15 users. Same for the
programmatic dev server's `webpack: true` (only needed on Next 16, whose
dev server defaults to Turbopack). Threshold corrected 15 -> 16.
0 commit comments