This repo was created just to illustrate how @babel/plugin-transform-modules-commonjs
in the babel transpile pluginchain would break @sendbird/uikit-react
.
-
pnpm install && pnpm start
-
Navigate to
http://localhost:8080
-
Open the js dev console, you should see:
TypeError: SendbirdChat.init is not a function
-
To confirm that
@babel/plugin-transform-modules-commonjs
is the culprit, comment it out inbabel.config.js
and rerun steps 1 and 2:
// in `babel.config.js`
plugins: [
// '@babel/plugin-transform-modules-commonjs',