perf(mock): when mock is not used, move mock.js out of the package file
正在显示
build/vite/plugin/visualizer.ts
0 → 100644
| ... | ... | @@ -10,7 +10,7 @@ |
| "report": "cross-env REPORT=true npm run build ", | ||
| "preview": "npm run build && esno ./build/script/preview.ts", | ||
| "preview:dist": "esno ./build/script/preview.ts", | ||
| "log": "conventional-changelog -p custom-config -i CHANGELOG.md -s -r 0", | ||
| "log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", | ||
| "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite", | ||
| "clean:lib": "npx rimraf node_modules", | ||
| "typecheck": "vuedx-typecheck .", | ||
| ... | ... | @@ -72,7 +72,6 @@ |
| "autoprefixer": "^10.2.3", | ||
| "commitizen": "^4.2.3", | ||
| "conventional-changelog-cli": "^2.1.1", | ||
| "conventional-changelog-custom-config": "^0.3.1", | ||
| "cross-env": "^7.0.3", | ||
| "dotenv": "^8.2.0", | ||
| "eslint": "^7.18.0", | ||
| ... | ... | @@ -89,7 +88,6 @@ |
| "portfinder": "^1.0.28", | ||
| "postcss": "^8.2.4", | ||
| "postcss-import": "^14.0.0", | ||
| "postcss-nested": "^5.0.3", | ||
| "prettier": "^2.2.1", | ||
| "rimraf": "^3.0.2", | ||
| "rollup-plugin-gzip": "^2.5.0", | ||
| ... | ... | @@ -101,8 +99,8 @@ |
| "ts-node": "^9.1.1", | ||
| "typescript": "^4.1.3", | ||
| "vite": "2.0.0-beta.36", | ||
| "vite-plugin-html": "^2.0.0-beta.5", | ||
| "vite-plugin-mock": "^2.0.0-beta.3", | ||
| "vite-plugin-html": "^2.0.0-beta.6", | ||
| "vite-plugin-mock": "^2.0.0-rc.2", | ||
| "vite-plugin-purge-icons": "^0.5.2", | ||
| "vite-plugin-pwa": "^0.3.9", | ||
| "vite-plugin-style-import": "^0.4.6", | ||
| ... | ... | @@ -118,12 +116,6 @@ |
| "url": "https://github.com/anncwb/vue-vben-admin/issues" | ||
| }, | ||
| "homepage": "https://github.com/anncwb/vue-vben-admin", | ||
| "changelog": { | ||
| "bugsUrl": "https://github.com/anncwb/vue-vben-admin/issues", | ||
| "emojis": true, | ||
| "authorName": false, | ||
| "authorEmail": false | ||
| }, | ||
| "husky": { | ||
| "hooks": { | ||
| "pre-commit": "ls-lint && lint-staged", | ||
| ... | ... |
请
注册
或者
登录
后发表评论