Skip to content

Commit 45c31de

Browse files
author
Sravan S
authored
chore: Remove react-dom/server from rollup.config (#647)
If a path is set on Rollup.config.externals, it wont be bundled to the library during rollup build step. We have removed react-dom/server in: #449 So, its okay to remove it Fixes: https://sendbird.atlassian.net/browse/UIKIT-4191
1 parent adfc741 commit 45c31de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rollup.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ module.exports = ({
3939
'@sendbird/chat/openChannel',
4040
'@sendbird/chat/message',
4141
'@sendbird/uikit-tools',
42-
'react-dom/server',
4342
'prop-types',
4443
'react',
4544
'react-dom',

0 commit comments

Comments
 (0)