Add polyfill fallback for querystrings
On upgrade of projects recently, builds have been failing due to the removal of a fallback resolver used in Webpack. This seems to be an issue as we use core.js files in our project which trips the issue. We should add this fallback to the base web pack configurations to propagate this to other projects.