Skip to content

Commit

Permalink
feat: support register umd plugin as environment plugin (#6)
Browse files Browse the repository at this point in the history
* feat: support register umd plugin as environment plugin

* Update package.json

Co-authored-by: neverland <[email protected]>

* Update package.json

* fix: keep beta

* fix: lock

---------

Co-authored-by: neverland <[email protected]>
  • Loading branch information
9aoy and chenjiahan authored Sep 13, 2024
1 parent 2ee8658 commit a2cd079
Show file tree
Hide file tree
Showing 7 changed files with 206 additions and 108 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@playwright/test": "^1.44.1",
"@rsbuild/core": "^1.0.1-beta.10",
"@rsbuild/plugin-react": "1.0.1-beta.10",
"@rsbuild/core": "^1.0.2",
"@rsbuild/plugin-react": "^1.0.1",
"@types/node": "^20.14.1",
"nano-staged": "^0.8.0",
"playwright": "^1.44.1",
Expand Down
198 changes: 99 additions & 99 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a2cd079

Please sign in to comment.