Skip to content

Commit db084b3

Browse files
committed
webpack
1 parent 7c3ecba commit db084b3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/get-started-javascript.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ npm install @azure/communication-common --save
4242
npm install @azure/communication-calling --save
4343
```
4444

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+
4553
The `--save` option lists the library as a dependency in your **package.json** file.
4654

4755
### Set up the app framework

0 commit comments

Comments
 (0)