Provide a way to automatically add the <script> tag in index.html with a hash appended to bundle URL, something equivalent to :
new HtmlWebpackPlugin({
template: 'src/index.html',
hash: true
})