QubitProducts / gcs-browser-upload

Resumable chunked uploads to Google Cloud Storage from the browser
MIT License
84 stars 47 forks source link

Compile ES6 to standard JS #16

Open nidhalkratos opened 5 years ago

nidhalkratos commented 5 years ago

Hi, Thank you for this library it seems to be super useful. I was wondering though if you have a compiled version in standard js, no es6 or babel. I have tried to compile following the steps but failed with so many errors. I'm not a frontend developer and I'll be using the library as is so I will not need any webpack or babel... If you could submit a precompiled version (maybe as a release) that would be very helpful. Thank you.

oliverwoodings commented 5 years ago

Hi @nidhalkratos , we are not actively maintaining this module anymore so are not in a position to release a pre-compiled version. I am more than happy to accept a PR that precompiles it if you would like to make one.

jgonera commented 5 years ago

@oliverwoodings What do you use these days? Or you simply don't need this functionality anymore?

oliverwoodings commented 5 years ago

@jgonera the part of our tech stack that uses this library is not being actively developed on, which is why this module also is not being worked on.