Skip to content

Commit e174971

Browse files
committed
fix: HTML 환경에서 MDXEditor가 정상 동작하도록 uiw/react-md-editor를 포함해서 빌드
1 parent 47454c3 commit e174971

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/common/rollup.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export default {
4040
"@mui/material",
4141
"@suspensive/react",
4242
"@tanstack/react-query",
43-
"@uiw/react-md-editor",
4443
],
4544
plugins: [
4645
css(),

packages/shop/rollup.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export default {
4040
"@mui/material",
4141
"@suspensive/react",
4242
"@tanstack/react-query",
43-
"@uiw/react-md-editor",
4443
"@frontend/common",
4544
],
4645
plugins: [

0 commit comments

Comments
 (0)