We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c3ecba commit db084b3Copy full SHA for db084b3
articles/communication-services/quickstarts/voice-video-calling/includes/get-started-javascript.md
@@ -42,6 +42,14 @@ npm install @azure/communication-common --save
42
npm install @azure/communication-calling --save
43
```
44
45
+The following versions of webpack are recommended for this quickstart:
46
+
47
+```console
48
+"webpack": "^4.42.0",
49
+"webpack-cli": "^3.3.11",
50
+"webpack-dev-server": "^3.10.3"
51
+```
52
53
The `--save` option lists the library as a dependency in your **package.json** file.
54
55
### Set up the app framework
0 commit comments