I am using webpack to build my react application. I just want to know is there are way of generating html having script tab with version number in file name like .
I have tried to explore the HtmlWebpackPlugin but found nothing. Can anyone give me a direction whether there is a plugin available to do this or I have to write my own script.
Thanks