Commit df6371b
committed
Stabilize webpack cache name variant
Use path.basename(sourceBuildDir || outdir) in cache.name to avoid
including environment-specific absolute paths, keeping cache keys
consistent across local and CI builds.1 parent 4e0e3a7 commit df6371b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
95 | | - | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
0 commit comments