Commit bea4f50
Avoid file locks + overwrites by using a temp file for HTML templates (#1336)
* Avoid file locks + overwrites by using a temp file for HTML templates
This fixes #1331.
* refactor: Replace tempy with simple random number gen
* docs: Adding changeset
Co-authored-by: Ryan Christian <[email protected]>1 parent 70d192f commit bea4f50
File tree
2 files changed
+9
-1
lines changed- .changeset
- packages/cli/src/lib/webpack
2 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
0 commit comments