fix: Upgrade unbuild to resolve console warning issues and also deal with post-upgrade compatibility issues (#4009)
This commit is contained in:
14
.github/CODEOWNERS
vendored
14
.github/CODEOWNERS
vendored
@@ -1,7 +1,13 @@
|
||||
# default onwer
|
||||
* anncwb@126.com
|
||||
* anncwb vince292007
|
||||
|
||||
# vben core onwer
|
||||
/packages/@core/ anncwb@126.com
|
||||
/internal/ anncwb@126.com
|
||||
/scripts/ anncwb@126.com
|
||||
/.github/ anncwb vince292007
|
||||
/.vscode/ anncwb vince292007
|
||||
/packages/@core/ anncwb vince292007
|
||||
/internal/ anncwb vince292007
|
||||
/scripts/ anncwb vince292007
|
||||
|
||||
# vben team onwer
|
||||
apps/ vbenjs/team-v5
|
||||
docs/ vbenjs/team-v5
|
||||
|
4
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@@ -14,8 +14,8 @@ body:
|
||||
label: Version
|
||||
description: What version of our software are you running?
|
||||
options:
|
||||
- Vben Admin Pro
|
||||
- Vben Admin
|
||||
- Vben Admin V5
|
||||
- Vben Admin V2
|
||||
default: 0
|
||||
validations:
|
||||
required: true
|
||||
|
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@@ -24,6 +24,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
sed -i "s#VITE_COMPRESS\s*=.*#VITE_COMPRESS = gzip#g" ./apps/web-antd/.env.production
|
||||
sed -i "s#VITE_PWA\s*=.*#VITE_PWA = true#g" ./apps/web-antd/.env.production
|
||||
cat ./apps/web-antd/.env.production
|
||||
|
||||
- name: Install pnpm
|
||||
|
Reference in New Issue
Block a user