Commit 66ecb87
authored
Turbopack: asset ident instead of chunk item ID in CSS (#78018)
This is absolutely useless with numerical ids (prod build with `turbopackMinify: false`):
```css
/* 51318 */
.base2-module__zzC_ua__base {
color: #ff0200;
}
/* 29244 */
.base2-scss-module-scss-module__JjfRsa__base {
color: #ff0300;
}
/* 85234 */
.base-module__DNnTeq__base {
color: red;
}
/* 29244 */
.base2-scss-module-scss-module__JjfRsa__base {
color: #ff0300;
}
```1 parent 7a134ec commit 66ecb87
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments