Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP]: feat: swc has already updated, support mako bundler #776

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
fix: finish conflict
  • Loading branch information
Jinbao1001 committed Aug 30, 2024
commit a9d7dadbb6052d1f4fb23ee66f8f5d76952e9f5e
29 changes: 12 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -24,13 +24,9 @@
"dev": "pnpm build --watch",
"format": "prettier --write .",
"prepare": "husky install",
"release": "esno scripts/release.ts",
"test": "jest --runInBand --forceExit",
"test:build": "jest tests/build.test.ts",
"test:cov": "jest --collectCoverage --runInBand --forceExit",
"test:dev": "jest tests/dev.test.ts",
"test:mako-build": "jest tests/mako.build.test.ts",
"test:mako-dev": "jest tests/mako.dev.test.ts"
"release": "tsx scripts/release.ts",
"test": "jest",
"test:cov": "jest --collectCoverage"
},
"commitlint": {
"extends": [
@@ -47,13 +43,12 @@
},
"dependencies": {
"@microsoft/api-extractor": "7.39.1",
"@umijs/babel-preset-umi": "^4.2.11",
"@umijs/bundler-mako": "0.8.7",
"@umijs/bundler-utils": "^4.2.11",
"@umijs/bundler-webpack": "^4.2.11",
"@umijs/babel-preset-umi": "^4.3.12",
"@umijs/bundler-utils": "^4.3.12",
"@umijs/bundler-webpack": "^4.3.12",
"@umijs/case-sensitive-paths-webpack-plugin": "^1.0.1",
"@umijs/core": "^4.2.11",
"@umijs/utils": "^4.2.11",
"@umijs/core": "^4.3.12",
"@umijs/utils": "^4.3.12",
"@vercel/ncc": "0.33.3",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-module-resolver": "4.1.0",
@@ -78,9 +73,8 @@
"@types/jest": "^27.5.2",
"@types/loader-runner": "2.2.4",
"@types/minimatch": "3.0.5",
"@types/node": "^18.19.34",
"@umijs/test": "^4.2.9",
"esno": "^0.16.3",
"@types/node": "^18.15.13",
"@umijs/test": "^4.0.68",
"git-repo-info": "^2.1.1",
"husky": "^8.0.3",
"jest": "^27.5.1",
@@ -90,7 +84,8 @@
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.5.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.2",
"ts-node": "^10.9.1",
"tsx": "^4.16.3",
"zx": "^4.3.0"
},
"packageManager": "[email protected]",
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.