Skip to content

Commit 379208d

Browse files
authored
build(runtime): fix runtime build error and remove useless svg-icon c… (#2357)
* build(runtime): fix runtime build error and remove useless svg-icon component * build(runtime): fix runtime build error and remove useless svg-icon component
1 parent 317064f commit 379208d

File tree

9 files changed

+205
-827
lines changed

9 files changed

+205
-827
lines changed

internals/cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"rollup-plugin-visualizer": "^5.12.0",
6363
"vite-plugin-dts": "~3.0.0",
6464
"vite-plugin-svgr": "^3.2.0",
65-
"vite-svg-loader": "^3.6.0"
65+
"vite-svg-loader": "^3.6.0",
66+
"@opentiny/huicharts": "~1.0.0"
6667
}
6768
}

internals/cli/src/commands/build/build-entry-app.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ const notSimpleComponents = [
114114
'RichText',
115115
'RichTextEditor',
116116
'River',
117-
'SvgIcon',
118117
'TextPopup',
119118
'ToggleMenu',
120119
'User',

0 commit comments

Comments
 (0)