rsnext/packages/next/types
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
..
compiled.d.ts Component Module Types (#56454) 2023-10-05 15:28:45 +00:00
global.d.ts feat(error-overlay): notify about missing html/body in root layout (#62815) 2024-03-06 10:59:53 +00:00
index.d.ts fix: add maxDuration to PageConfig type (#55918) 2023-12-01 10:58:02 +01:00
misc.d.ts refactor(cli): refactor cli to commander (#61877) 2024-03-01 23:12:47 +00:00
react-dom.d.ts Associate server error digest with browser logged one (#61592) 2024-02-06 13:39:12 +01:00
react.d.ts Partial Prerendering (#57287) 2023-10-24 01:13:05 +00:00
webpack.d.ts New CSS chunking algorithm (#63157) 2024-03-18 10:29:13 +01:00