Skip to content

Commit

Permalink
export @mui/material/utils (including createSvgIcon)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jun 23, 2023
1 parent ca30615 commit 849a16b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/rollup-plugin/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/rollup-plugin",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "Build custom wq plugins that integrate with wq.js",
"type": "module",
"main": "src/index.js",
Expand Down
3 changes: 3 additions & 0 deletions packages/rollup-plugin/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ const prefix = "\0wq-bundle:",
"@mui/utils": {
name: "muiUtils",
},
"@mui/material/utils": {
name: "muiMaterialUtils",
},
"@mui/material": {
name: "muiMaterial",
},
Expand Down

0 comments on commit 849a16b

Please sign in to comment.