Skip to content

Commit ca643de

Browse files
committed
chore: reduce package size
1 parent c286d5f commit ca643de

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

build.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ async function runWebpack(isWithoutKatex, isWithoutTiktoken, callback) {
4040
'countries-list',
4141
'i18next',
4242
'react-i18next',
43+
'react-tabs',
4344
'./src/utils',
4445
'./src/_locales/i18n-react',
46+
'./src/components',
4547
],
4648
},
4749
output: {

src/components/index.mjs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
export * from './ConfirmButton'
2+
export * from './ConversationCard'
3+
export * from './ConversationItem'
4+
export * from './CopyButton'
5+
export * from './DecisionCard'
6+
export * from './DeleteButton'
7+
export * from './FeedbackForChatGPTWeb'
8+
export * from './FloatingToolbar'
9+
export * from './InputBox'

0 commit comments

Comments
 (0)