Commit 0cf161e
committed
fix(builder): prevent repeated hash on pure-digit hash segments
looksAlreadyHashed required both letters and digits in the hash
segment, so pure-digit hashes like 67058905 (valid sha256 prefix)
were not recognized, causing infinite hash stacking on repeated
builds (style.67058905.67058905...css → ENAMETOOLONG).
Now also accepts 8+ hex-only segments (0-9a-f) as valid hashes.1 parent 6e2ef36 commit 0cf161e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments