vite-plugin-ali-oss icon indicating copy to clipboard operation
vite-plugin-ali-oss copied to clipboard

Upload the production files bundled in the project to Ali OSS, except for html

Results 2 vite-plugin-ali-oss issues
Sort by recently updated
recently updated
newest added

Thanks for your masterpiece, I am using your plugin heavily in many of my projects. I encountered a problem, when a single file upload timeouted and failed during this process...

enhancement

I made 3 improvements to the code 1. Parallel uploads. 2. Retry 3. GZIP compression ```js import color from 'picocolors' import fg from 'fast-glob' import path from 'path' import OSS...

enhancement