Skip to content

Commit fa8de5a

Browse files
committed
feat(voice): advanced machine detection
Also refactor of the package to current SDK standards
1 parent 9f62e2b commit fa8de5a

File tree

121 files changed

+29957
-28071
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+29957
-28071
lines changed

babel.config.js

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
// eslint-disable-file
22
module.exports = {
3-
presets: [
4-
[
5-
'@babel/preset-env',
6-
{
7-
targets: {
8-
node: 'current',
9-
},
10-
},
11-
],
12-
'@babel/preset-typescript',
3+
presets: [
4+
[
5+
'@babel/preset-env',
6+
{
7+
targets: {
8+
node: 'current',
9+
},
10+
},
1311
],
12+
'@babel/preset-typescript',
13+
],
1414

15-
plugins: [
16-
[
17-
'module-resolver',
18-
{
19-
alias: {
20-
'^@vonage/(.+)': './packages/\\1/lib',
21-
},
22-
},
23-
],
15+
plugins: [
16+
[
17+
'module-resolver',
18+
{
19+
alias: {
20+
'^@vonage/(.+)': './packages/\\1/lib',
21+
},
22+
},
2423
],
24+
],
2525
};

0 commit comments

Comments
 (0)