Skip to content

Commit

Permalink
perf: 移除webpackbabel等冗余模块,支持build:apps构建命令
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl committed Oct 5, 2024
1 parent 2149bfc commit 14824ba
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 2,198 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"postinstall": "simple-git-hooks && pnpm build:packages",
"clean": "npx fa clean --ignore-tips --dist --vite --turbo --all",
"dev": "vitepress dev --port 8080 --host --force --strictPort",
"build:apps": "npx turbo run build --filter ./apps/* --color --only",
"build:apps": "npx turbo run build --filter '*-demo' --color --only",
"build:packages": "npx turbo run build --filter @142vip/* --color --only",
"build:docs": "DEBUG=true vitepress build --minify",
"build:docs-proxy": "NEED_PROXY=true DEBUG=true vitepress build --minify",
Expand All @@ -49,15 +49,13 @@
"@types/lodash": "^4.17.7",
"@types/node": "^14.18.63",
"@types/qs": "^6.9.15",
"babel-plugin-import": "^1.13.8",
"cross-env": "^6.0.3",
"install": "^0.13.0",
"jest": "^29.7.0",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"vitepress": "^1.3.4",
"webpack": "^4.47.0"
"vitepress": "^1.3.4"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint:fix",
Expand Down
Loading

0 comments on commit 14824ba

Please sign in to comment.