rsnext/packages/next/build/webpack/loaders
Jiachi Liu d25e246b50
Keep custom app as non server component (#37044)
We added custom _app as server component support in #33149, but we found it's pretty confusing on usage like support it both server component pages and regular pages at the same time for having similar layout purpose.
When using the _app.server and _app at the same time, applying them into proper places become more confusing.
In that case, we decide to make _app.js can't be a server component, and you can still keep all the existing thing there. And also you don't need to think of the corresponding APIs of custom _app in RSC

- [ ] Related issues linked using `fixes #number`
- [x] Integration tests added
- [x] Docs updated
2022-05-20 18:07:20 +00:00
..
css-loader fix: data url handling in css-loader (#34034) 2022-02-06 11:10:14 -06:00
next-middleware-ssr-loader Keep custom app as non server component (#37044) 2022-05-20 18:07:20 +00:00
next-serverless-loader Keep custom app as non server component (#37044) 2022-05-20 18:07:20 +00:00
next-style-loader Update loader-utils (#30743) 2021-11-02 16:13:15 +01:00
postcss-loader Lazy-load postcss (#31762) 2021-11-25 18:41:20 +01:00
resolve-url-loader Move resolve-url-loader into Next.js (#32932) 2022-01-02 16:16:17 -06:00
error-loader.ts Pre-compile more dependencies continued (#32679) 2021-12-21 16:13:45 +01:00
get-module-build-info.ts Decouple entries for server components and client components (#36860) 2022-05-13 19:48:53 +02:00
next-client-pages-loader.ts Decouple entries for server components and client components (#36860) 2022-05-13 19:48:53 +02:00
next-flight-client-entry-loader.ts Decouple entries for server components and client components (#36860) 2022-05-13 19:48:53 +02:00
next-flight-client-loader.ts Fix flight loader (#36282) 2022-04-19 20:14:30 +02:00
next-flight-server-loader.ts Decouple entries for server components and client components (#36860) 2022-05-13 19:48:53 +02:00
next-image-loader.js use loader-utils 2 for resolve-url-loader to fix ./data: urls in sass (#31134) 2021-11-08 18:37:25 +00:00
next-middleware-loader.ts feat(middleware)!: forbids middleware response body (#36835) 2022-05-19 22:02:20 +00:00
next-middleware-wasm-loader.ts Refactor Page Paths utils and Middleware Plugin (#36576) 2022-04-30 11:19:27 +00:00
next-swc-loader.js Add support for browserslist and legacyBrowsers experimental option (#36584) 2022-05-17 15:09:34 +00:00
next-view-loader.ts Add additional layer for server components case (#36921) 2022-05-16 11:46:45 +02:00
noop-loader.ts feat: webpack inlining with configuration for v4 / v5 (#20598) 2021-01-13 20:59:08 -05:00
utils.ts Move FlightManifestPlugin to server compilers (#36810) 2022-05-10 21:20:13 +02:00