Commit c027e6e
committed
generalize
For example, `file-name.server.tsx`, `file-name.d.ts`, `file-name.config.json`
This allows any of the following:
file-name
file-name.d
file-name.config
file-name.server
file-name.wild-card
Note that the file extension is not part of the regex.
I made this change because we are seeing more and more of this style of 'extension prefix` convention.filenames/match-regex to allow any 'extension prefix'1 parent 1d1e833 commit c027e6e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments