Skip to content
This repository was archived by the owner on Nov 17, 2021. It is now read-only.

TwiN/vue-img-file-name-dd-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-img-file-name-dd-repro

Steps to reproduce

  1. yarn install
  2. yarn run serve
  3. Navigate to the served page
  4. Open web console
  5. Note that the logo image served is suffixed by logo.$HASH..png instead of logo.$HASH.png
  6. Try again with version 5.0.0-beta.6 (package.json)
  7. Note that the logo image served is logo.$HASH.png, as it should be

What is expected?

Image file name should be logo.$HASH.png (excl. file hash from the name)

What is actually happening?

Image file name is logo.$HASH..png (excl. file hash from the name)

Sponsor this project