mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
7fe01bb639
We need to disable the default treat `middleware` and `pages/api` as server-only, unless users explictly import "server-only" to poison it. This will avoid the case that when a library is mixing "client-only" API and shared components API in one bundle, and the shared API is used in middleware or `pages/api` that might cause error. See the test case added. Follow up for #55394
2 lines
38 B
JavaScript
2 lines
38 B
JavaScript
export const shared = 'shared:module'
|