fix: 修复依赖升级导致的编译打包失败问题
正在显示
build/script/buildConf.ts
0 → 100644
build/script/postBuild.ts
0 → 100644
... | ... | @@ -25,7 +25,7 @@ |
"bootstrap": "pnpm install", | ||
"serve": "npm run dev", | ||
"dev": "vite", | ||
"build": "vite build", | ||
"build": "vite build && esno ./build/script/postBuild.ts", | ||
"build:test": "vite build --mode test", | ||
"build:preview": "vite build --mode preview", | ||
"build:no-cache": "pnpm clean:cache && npm run build", | ||
... | ... | @@ -100,18 +100,18 @@ |
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^0.40.2", | ||
"@commitlint/cli": "^17.6.7", | ||
"@commitlint/config-conventional": "^17.6.7", | ||
"@iconify/json": "^2.2.99", | ||
"@commitlint/cli": "^17.7.1", | ||
"@commitlint/config-conventional": "^17.7.0", | ||
"@iconify/json": "^2.2.100", | ||
"@types/codemirror": "^5.60.8", | ||
"@types/crypto-js": "^4.1.1", | ||
"@types/fs-extra": "^11.0.1", | ||
"@types/inquirer": "^9.0.3", | ||
"@types/intro.js": "^5.1.1", | ||
"@types/lodash": "^4.14.196", | ||
"@types/lodash": "^4.14.197", | ||
"@types/lodash-es": "^4.17.8", | ||
"@types/mockjs": "^1.0.7", | ||
"@types/node": "^18.17.3", | ||
"@types/node": "^18.17.5", | ||
"@types/nprogress": "^0.2.0", | ||
"@types/qrcode": "^1.5.1", | ||
"@types/qs": "^6.9.7", | ||
... | ... | @@ -132,13 +132,13 @@ |
"conventional-changelog-cli": "^2.2.2", | ||
"cross-env": "^7.0.3", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"cz-git": "^1.7.0", | ||
"czg": "^1.7.0", | ||
"cz-git": "^1.7.1", | ||
"czg": "^1.7.1", | ||
"dotenv": "^16.3.1", | ||
"eslint": "^8.46.0", | ||
"eslint": "^8.47.0", | ||
"eslint-config-prettier": "^8.10.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-vue": "^9.16.1", | ||
"eslint-plugin-vue": "^9.17.0", | ||
"esno": "^0.16.3", | ||
"fs-extra": "^11.1.1", | ||
"husky": "^8.0.3", | ||
... | ... | @@ -154,7 +154,7 @@ |
"postcss-less": "^6.0.0", | ||
"prettier": "^2.8.8", | ||
"rimraf": "^5.0.1", | ||
"rollup": "^3.27.2", | ||
"rollup": "^3.28.0", | ||
"rollup-plugin-visualizer": "^5.9.2", | ||
"sort-package-json": "^2.5.1", | ||
"stylelint": "^15.10.2", | ||
... | ... |
差异被折叠。
点击展开。
请
注册
或者
登录
后发表评论