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
I also had the issue with react-native but solved with externals: { "react-native": true } in webpack.config.ts
Can't resolve 'crypto' in '/Users/dax/Repos/chat-sample/node_modules/@microsoft/ocsdk/lib'
(not sure If I should do what is proposed by webpack (see the screenshot below)).
To Reproduce
Steps to reproduce the behavior:
Go step by step from link attached above.
Screenshots
Desktop (please complete the following information):
OS: Mac OS
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi all. I went thought the setup for webpack 5 but I cannot build and run the project. Could you please have a look on that?
Cannot build TS example from this tutorial:
https://github.com/microsoft/omnichannel-chat-widget/blob/main/docs/BuildingUsingWebpack5.md
I also had the issue with react-native but solved with externals: { "react-native": true } in webpack.config.ts
Can't resolve 'crypto' in '/Users/dax/Repos/chat-sample/node_modules/@microsoft/ocsdk/lib'
(not sure If I should do what is proposed by webpack (see the screenshot below)).
To Reproduce
Steps to reproduce the behavior:
Go step by step from link attached above.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: