rsnext/test/e2e/app-dir/css-order/app
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
..
big-interleaved New CSS chunking algorithm (#63157) 2024-03-18 10:29:13 +01:00
first New CSS chunking algorithm (#63157) 2024-03-18 10:29:13 +01:00
first-client New CSS chunking algorithm (#63157) 2024-03-18 10:29:13 +01:00
interleaved New CSS chunking algorithm (#63157) 2024-03-18 10:29:13 +01:00
partial-reversed New CSS chunking algorithm (#63157) 2024-03-18 10:29:13 +01:00
reversed New CSS chunking algorithm (#63157) 2024-03-18 10:29:13 +01:00
second New CSS chunking algorithm (#63157) 2024-03-18 10:29:13 +01:00
second-client New CSS chunking algorithm (#63157) 2024-03-18 10:29:13 +01:00
third New CSS chunking algorithm (#63157) 2024-03-18 10:29:13 +01:00
base-scss.module.scss
base.module.css
base2-scss.module.scss
base2.module.css
layout.tsx
nav.tsx New CSS chunking algorithm (#63157) 2024-03-18 10:29:13 +01:00
page.tsx New CSS chunking algorithm (#63157) 2024-03-18 10:29:13 +01:00