UNPKG

vite-plugin-ali-oss

Version:

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

134 lines (53 loc) 3.86 kB
## 2.1.0 (2024-12-08) * feat: add retry option ([69ae091](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/69ae091)) * chore: migrate glob to tinyglobby ([fb90417](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/fb90417)) * chore: update dependencies, ali-oss 6.22.0 ([f50b48e](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/f50b48e)) * test: add vite-6 example ([6096839](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/6096839)) * ci: update node version ([23b640f](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/23b640f)) ## <small>2.0.2 (2024-02-20)</small> * chore: update package ali-oss ([b198de6](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/b198de6)) ## <small>2.0.1 (2024-01-02)</small> * fix: normalize path ([debd77d](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/debd77d)), closes ([#14](https://github.com/xiaweiss/vite-plugin-ali-oss/issues/14)) ## 2.0.0 (2023-12-25) * feat: Configure ESM as default,Deprecate CJS and node 16 ([0aab8f4](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/0aab8f4)) * feat: support typescript ([d9d9f91](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/d9d9f91)) ## <small>1.0.10 (2023-12-04)</small> * fix: ignore option not working when empty string ([75cd559](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/75cd559)) ## <small>1.0.9 (2023-06-25)</small> * fix: update package.json, "conventional-changelog-cli" move to devDependencies ([e51b09a](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/e51b09a)) ## <small>1.0.8 (2022-08-27)</small> * feat: support vite ssr mode ([d63198f](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/d63198f)) * chore: update README, CHANGELOG ([ad65d70](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/ad65d70)) ## <small>1.0.7 (2022-07-31)</small> * feat: add vite 3 demo ([f58b73f](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/f58b73f)) * fix: peerDependencies version ([7d73126](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/7d73126)) ## <small>1.0.6 (2022-06-14)</small> * update README.md * change color lib, replace `chalk` with `picocolors` ([8b6cb13](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/8b6cb13)) ## <small>1.0.5 (2022-05-25)</small> * fix: windows path ([c12ccee](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/c12ccee)) * change color lib ([1900958](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/1900958)) ## <small>1.0.4 (2022-02-15)</small> * upgrade: ali-oss 6.17.1 ([ce75c67](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/ce75c67)) ## <small>1.0.3 (2022-01-10)</small> * fix: lock colors package version ([9d0d6e8](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/9d0d6e8)) ## <small>1.0.2 (2021-12-14)</small> * fix: add param enabled, add nomorepo ([c059594](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/c059594)) ## <small>1.0.1 (2021-11-25)</small> * fix: change ESmodule to CommonJS ([2905558](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/2905558)) ## 1.0.0 (2021-11-24) release ## <small>0.0.7 (2021-11-24)</small> * fix: base path, update readme, add github workflow ([ff9ef9f](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/ff9ef9f)) ## <small>0.0.6 (2021-11-24)</small> * fix: pnpm import colors/safe error ([1f00967](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/1f00967)) ## <small>0.0.5 (2021-11-24)</small> * fix: move devDependencies to dependencies ([668be99](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/668be99)) ## <small>0.0.4 (2021-11-24)</small> * add options, update readme ## <small>0.0.3 (2021-11-22)</small> * add .npmignore ## <small>0.0.2 (2021-11-22)</small> * package.json: add keywords ## <small>0.0.1 (2021-11-22)</small> * create project