Skip to content

Commit

Permalink
fix: should not include every thing when transform to rspack plugin b…
Browse files Browse the repository at this point in the history
…y unplugin (#6708)
  • Loading branch information
ClarkXia authored Dec 22, 2023
1 parent dd149e5 commit 817fa3a
Show file tree
Hide file tree
Showing 5 changed files with 479 additions and 26 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,10 @@
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --cache --fix"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}
2 changes: 1 addition & 1 deletion packages/bundles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"webpack": "5.88.2",
"webpack-bundle-analyzer": "4.5.0",
"webpack-dev-server": "4.15.0",
"unplugin": "1.5.0",
"unplugin": "1.5.1",
"bonjour-service": "^1.0.13",
"colorette": "^2.0.10",
"compression": "^1.7.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/ice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"react": "^18.2.0",
"react-router": "6.14.2",
"sass": "^1.50.0",
"unplugin": "^1.5.0",
"unplugin": "^1.5.1",
"webpack": "^5.88.0",
"webpack-dev-server": "4.15.0",
"@rspack/core": "0.4.0",
Expand Down
Loading

0 comments on commit 817fa3a

Please sign in to comment.