Skip to content

Commit

Permalink
chore: reduce package size
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Apr 2, 2023
1 parent c286d5f commit ca643de
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
9 changes: 9 additions & 0 deletions src/components/index.mjs
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit ca643de

Please sign in to comment.