Made it so production build is geoblaze.min.js and dev build is geoblaze.js
Added files for testing if builds can be required and also included in a web page.
Added node-fetch to webpack externals, so that it's not included in the build, but instead when node-fetch is required, it looks for it in the node_modules folder (https://webpack.js.org/configuration/externals/). Problem with webpacking node-fetch is that the author explicitly states node-fetch is only for node and any issue is webpack's fault.
Type of PR
What is the Goal of the PR?
Fix issues where can't require in node
What is the Motivation for the PR?
Fix build
What Tests are Included?
Added test-loading-builds.js