yarn install
yarn run serve
- Navigate to the served page
- Open web console
- Note that the logo image served is suffixed by
logo.$HASH..png
instead oflogo.$HASH.png
- Try again with version
5.0.0-beta.6
(package.json) - Note that the logo image served is
logo.$HASH.png
, as it should be
Image file name should be logo.$HASH.png
(excl. file hash from the name)
Image file name is logo.$HASH..png
(excl. file hash from the name)