Skip to content

Commit b5bdbc7

Browse files
authored
fix: Reduce bundle size by treating react-dom/server as external(#317)
1 parent 856299f commit b5bdbc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ module.exports = ({
3939
],
4040
external: [
4141
'@sendbird/chat',
42+
'react-dom/server',
4243
'prop-types',
4344
'react',
4445
'react-dom',

0 commit comments

Comments
 (0)