rsnext/test/e2e/app-dir/app-css
Tobias Koppers 46a5882223
New CSS chunking algorithm (#63157)
### What?

This fixes more CSS ordering issues with production and webpack dev.

* CSS Modules must not be side effect free as side effect free modules
are per definition order independent which is not true for CSS
* fix order of iterating module references
* disable splitChunks for CSS
* special chunking for CSS with loose and strict mode
* more test cases

Closes PACK-2709
2024-03-18 10:29:13 +01:00
..
app Turbopack: switch to a single client components entrypoint (#59352) 2023-12-08 08:24:08 +01:00
pages/css-modules Move CSS tests out of the main test suite (#45765) 2023-02-09 23:22:53 +01:00
styles Move CSS tests out of the main test suite (#45765) 2023-02-09 23:22:53 +01:00
index.test.ts New CSS chunking algorithm (#63157) 2024-03-18 10:29:13 +01:00
mdx-components.jsx Fix CSS imports not included in entries with a custom extension (#46571) 2023-02-28 18:53:48 +00:00
middleware.js Upgrade React (#48589) 2023-04-20 02:05:49 +02:00
next.config.js Remove experimental config from create-next-app (#49241) 2023-05-05 00:22:28 -07:00