mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-08 01:36:52 +08:00
chore: reduce package size
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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'
|
||||
Reference in New Issue
Block a user