I have a react project and I am using webpack to bundle and run it. One of my javascript files is dynamically updated based on the contents of this folder. The python script writes the folder contents into a javascript array and I have that imported at the top of my index.js file. This folder is constantly changing as new files are being added by other users. After deploying the project, I won't be able to re-run webpack to reflect the changes. Is there a way to update webpack dynamically?