Hi - Thanks for the great library! I'm using three-geo along side three.js in my application. dist/three-geo.min.js has require('THREE') which webkit will not compile as it is not the right case. Changing the min.js to use require("three") works just fine.
If this is just a setup issue on my side I apologize - but typically npm packages are all lower case. Might make sense to update this.
Thanks!