Commit b1e43d7
committed
fix(performance): add react-dom/client to vendor-react chunk
Rollup treats subpath imports as separate module IDs; without explicitly
including react-dom/client the subpath resolves into a separate chunk,
splitting the React vendor bundle and defeating cache stability.1 parent 0e10966 commit b1e43d7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments