From 31a19c296bd4b6433805fec1fd3596df1eecee07 Mon Sep 17 00:00:00 2001 From: Sravan S Date: Mon, 19 Jun 2023 14:39:35 +0900 Subject: [PATCH] chore: Remove react-dom/server from rollup.config 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: https://github.com/sendbird/sendbird-uikit-react/pull/449 So, its okay to remove it --- rollup.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 04b6082e7..954f90eca 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -39,7 +39,6 @@ module.exports = ({ '@sendbird/chat/openChannel', '@sendbird/chat/message', '@sendbird/uikit-tools', - 'react-dom/server', 'prop-types', 'react', 'react-dom',