I\'m trying to add a specific js file to my index.html when bundling my application for production. My webpack.common.js has the following files that get injected into the h
Since I am using webpack-merge and all mandatory files are listed in my webpack.common.js I have solved it by adding an entry element as part of my webpack.prod.js: