Commit cf278db
committed
fix(scripts): preserve full dep name in list-demo-lib-chunks.sh
The demo build does not include a hash in chunk file names, so the extraction regex
was stripping the last hyphenated segment of the dependency name (e.g. 'bpmn' instead
of 'bpmn-visualization', 'es' instead of 'es-toolkit'). Strip only the '.js' suffix.1 parent 145f7d6 commit cf278db
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments