Commit a09c46c
[BREAKING] include hidden files in distFiles
- dot files are ignored from glob.sync , files like .htaccess would not get deployed since distFiles do not include hidden files. This commit configures glob.sync to include dot files.
It should be relatively rare that this breaking change affects developer's apps, but we are considering it breaking because it could result in dot files becoming part of your deploy pipeline that were excluded in previous versions1 parent 8ba6786 commit a09c46c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments