Justin Dalrymple
Justin Dalrymple
I remember it was added to the external list for a reason, i just dont recall the reason. Ill give it a look!
i agree on both counts, ill try removing it and see how it goes
Hmm, FormData is supported in the browser natively
Can you provide anymore information? I tested with a test repo: 1. yarn init 2. yarn add -D webpack 3. yarn webpack init 4. yarn add @gitbeaker/browser 5. Add "import...
hmm I wonder why there is a diff. Ill have to do some digging
Each build has different content, thus supporting a singular entry doesn't make sense. For example the browser version is building using a browser friendly request library, where as the node...
I dont recall the exact reason we chose not to use axios, but there was a reason back in the discussion. I can try and dig it up and get...
In the same vein, couldnt you dynamically import gitbeaker/node or gitbeaker/browser?
Ah i understand. Though this would add some dependencies to the build, i could create something for it as a wrapper. Ill add this as a FR, and get to...
Yay, weve reached the future, now with the introduction of the native fetch support this seems way more attractive. Less deps, smaller codebase, less packages. Its still experimental, but it...