preload-webpack-plugin icon indicating copy to clipboard operation
preload-webpack-plugin copied to clipboard

?ver= rendering the same number all the time

Open jcdsr opened this issue 6 years ago • 0 comments

Hi,

I just notice that the links injected to the head have always the same ?ver=1234

Seems doesn't randomize the version or the hash on every build?

for instance,?ver=5e013ced is always the same, each file contains a different set, but on every build is always the same?

How can I change that? I would like to randomise on every build?

`

			<link rel="preload" as="script" href="/app.js?ver=5e013ced">

`

jcdsr avatar Jun 26 '19 16:06 jcdsr