rsnext/test/e2e/app-dir/app-css/app
Tobias Koppers 26b8caaa29
Turbopack: switch to a single client components entrypoint (#59352)
### What?

switch turbopack to use a single client components entrypoint for all
client components on a page for development. This aligns it with the
webpack behavior.

### Why?

compiling a separate entrypoint for every client component is pretty
expensive in regards of compilation, chunking, code generation, file
writing and number of requests.

### Turbopack Changes

* https://github.com/vercel/turbo/pull/6713 <!-- Tobias Koppers - use
real emojis -->
* https://github.com/vercel/turbo/pull/6728 <!-- Tobias Koppers - fix
order of reverse topologic iteration -->


Closes PACK-2115
2023-12-08 08:24:08 +01:00
..
client-component-route Move CSS tests out of the main test suite (#45765) 2023-02-09 23:22:53 +01:00
client-nested Move CSS tests out of the main test suite (#45765) 2023-02-09 23:22:53 +01:00
css Fix CSS duplication related problems (#50406) 2023-05-30 13:55:10 +02:00
dashboard Move CSS tests out of the main test suite (#45765) 2023-02-09 23:22:53 +01:00
deep Preload css (#48840) 2023-04-27 12:51:52 +02:00
error/client-component Move CSS tests out of the main test suite (#45765) 2023-02-09 23:22:53 +01:00
hmr Fix server CSS imports and HMR not working properly in specific conditions (#49462) 2023-05-09 17:48:19 +02:00
loading-bug/[categorySlug] Move CSS tests out of the main test suite (#45765) 2023-02-09 23:22:53 +01:00
mdx Fix CSS imports not included in entries with a custom extension (#46571) 2023-02-28 18:53:48 +00:00
not-found Ensure root layout only render once per request (#52589) 2023-07-13 17:34:31 +02:00
ordering Turbopack: switch to a single client components entrypoint (#59352) 2023-12-08 08:24:08 +01:00
suspensey-css Upgrade React (#48589) 2023-04-20 02:05:49 +02:00
template Move CSS tests out of the main test suite (#45765) 2023-02-09 23:22:53 +01:00
layout.js Ensure root layout only render once per request (#52589) 2023-07-13 17:34:31 +02:00
not-found.js Fix CSS module imports not included in root not-found file (#49155) 2023-05-03 16:45:12 +00:00
not-found.module.css Fix CSS module imports not included in root not-found file (#49155) 2023-05-03 16:45:12 +00:00
style.css Fix css applying for root not found (#47992) 2023-04-06 13:37:55 +02:00