preload-webpack-plugin
preload-webpack-plugin copied to clipboard
?ver= rendering the same number all the time
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">
`