chore: reduce package size

This commit is contained in:
josc146
2023-04-02 20:17:28 +08:00
parent 5af571ec4a
commit 8d5fc71148
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -40,8 +40,10 @@ async function runWebpack(isWithoutKatex, isWithoutTiktoken, callback) {
'countries-list',
'i18next',
'react-i18next',
'react-tabs',
'./src/utils',
'./src/_locales/i18n-react',
'./src/components',
],
},
output: {
+9
View File
@@ -0,0 +1,9 @@
export * from './ConfirmButton'
export * from './ConversationCard'
export * from './ConversationItem'
export * from './CopyButton'
export * from './DecisionCard'
export * from './DeleteButton'
export * from './FeedbackForChatGPTWeb'
export * from './FloatingToolbar'
export * from './InputBox'