I would like to bundle several javascript files with webpack. In the course of doing so, I would like to take some values that are present in my javascript files (prior to bundling but in the course of processing) and to inject them into some static html files in the same directory as my bundle files.
Is this something webpack can do and if so how?