3.0.0
OS: Windows 10 Enterprise, node v8.11.2, npm 5.6.0
logo.png and my-image.png get renamed with cache-bust hashes and copied to /dist/img
only logo.png gets a hash and copied to /dist
if I npm run serve, my additional img tag isn't even being compiled into the template. only img for logo.png is rendered into the dom
The file is too small (<4kb) so it is inlined as base64 string in your javascript.
That's it!
Most helpful comment
The file is too small (<4kb) so it is inlined as base64 string in your javascript.