Fix `get-form-data` being undefined when built with Rollup
Fixes https://github.com/transloadit/uppy/issues/684
Rollup uses get-form-data's ES modules build, and rollup-plugin-commonjs automatically resolves `.default`.
So, if we are being built using rollup, this `require()` won't have a `.default` property.