The issue I am running into is I do not always know what the config settings will be lets say two weeks down the road, so setting the config settings in the actual webpack config is not an option. I add the config.js to the webpack config and it adds a hash and mapping to the ...
What made this task a bit different than a typical file upload was that we weren’t uploading directly to the file storage server, we were uploading to our intermediate Node server (owned by the Frontend team, my team) which then POSTed to the final destination file ...