issues
search
xiaweiss
/
vite-plugin-ali-oss
Upload the production files bundled in the project to Ali OSS, except for html
MIT License
31
stars
10
forks
source link
[RFC] 考虑升级个大版本,支持 vite 4、5 一些独占的配置
#11
Closed
xiaweiss
closed
10 months ago
xiaweiss
commented
1 year ago
计划的改动:
放弃 vite 2、3 的支持
改用 es6 语法
增加 ts 支持(虽然 ali-oss 包从来没支持过)
node 最低支持版本提高
closeBundle 支持传对象(vite2、3 只支持传函数,传对象可以防止异步时序混乱,见
https://github.com/xiaweiss/vite-plugin-ali-oss/pull/8
)
xiaweiss
commented
10 months ago
v2.0.0 版本已支持
计划的改动: