How to load an external config file in a Webpack-React application without bundling it?
I have a web application that is written with React and bundled with Webpack. The application has a JSON config file that I want to include at runtime and not to be bundled with webpack.