You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AC-1971]: Use git submodule for uikit-react to reduce the bundle size (#180)
### Key Changes:
- Removed the `@sendbird/uikit-react` dependency from `package.json`.
- Linked the necessary code from [sendbird/uikit-react](https://github.com/sendbird/sendbird-uikit-react) directly into the `packages/uikit/` dir through a Git submodule. <- See `.gitmodules` file
- Updated our build process(Github workflow / Circleci config) to initialize and update the Git submodule, ensuring that the latest version of the code is always used.
0 commit comments