Skip to content

Commit e39d4f8

Browse files
committed
chore: exclude emoji-mart from browser bundle
1 parent 22fba01 commit e39d4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/bundle.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const browserBundleConfig = {
4949
bundle: true,
5050
format: 'iife',
5151
target: 'es2020',
52-
external: ['react', 'react-dom', 'stream-chat'],
52+
external: ['react', 'react-dom', 'stream-chat', '@emoji-mart'],
5353
plugins: [
5454
globalExternals({
5555
react: {

0 commit comments

Comments
 (0)