Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Unknown Error: ReferenceError: process is not defined
Getting above error after installing below package:
npm install --save @webex/widget-recents
In Webpack.config added below fallback:
resolve: {
extensions: ['.js', '.ts', '.tsx'],...