Shreyas Sharma
Shreyas Sharma
https://github.com/webex/webex-js-sdk/pull/3602 - These changes are merged as par of 3602
Closing the PR as it is not required anymore. Beta branch is merged into next. Also there has been alot of changes in stats-analyser. PRs in master has been merged...
> Please see the comments. Also, can we add these tests? > > 1. Where the changelog is already present and a new changelog is appended? > > 2. We...
> Can we check why the UT is failing (1 failure)? Coverage is also failing. Coverage was failling because in test:coverage we were calling test:integration and since that command has...
Replied at https://github.com/webex/webex-js-sdk/issues/3842
For fs, you can try putting false as the resolution. Below is the fallback object that I am using resolve: { fallback: { os: require.resolve("os-browserify/browser"), http: require.resolve("stream-http"), https: require.resolve("https-browserify"), crypto:...
Hi @tomBarkerSwitchTelecom , As of now, yes, it is expected that developers will need to eject from CRA and manage the configuration themselves. There are packages like craco and react-app-rewind...
Also please avoid creating branches on the main repo, just create a branch on your fork and use it for raising PRs.
@tomBarkerSwitchTelecom, webpack > 5 removed the ability to automatically polyfill node APIs, because of this we have to install each polyfill and add them as resolve.fallback in webpack.config.js. So if...
@tomBarkerSwitchTelecom - we have created an internal ticket and the team will pick it up in the coming month.