staticFilename hash add md5 value or timestamp
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 331
- Avg merge
- 19h 52m
- Merged PRs (30d)
- 9
Description
staticFilename: [publicPath]/images/[name]-[hash]${new Date().getTime()}[ext],
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the staticFilename configuration and trace how [name], [hash], and [ext] are expanded. Clarify whether the requested value should be an MD5 hash or a timestamp, then identify the relevant test or build output to verify the generated filename. The issue names no file or test, and the requested behavior needs confirmation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100