UNPKG
nertc-web-sdk
Version:
latest (5.8.32)
5.8.32
5.8.31
5.8.30
5.8.29
5.8.28
5.8.27
5.8.26
5.8.25
5.8.21
5.8.20
5.8.16
5.8.15
5.8.0
5.6.50
5.6.41
5.6.40
5.6.30
5.6.21
5.6.20
5.6.10
5.6.0
5.5.30
5.5.12
5.5.11
5.5.10
5.5.2
5.5.0
5.4.0
4.6.50
4.6.40
4.6.25
4.6.21
4.6.20
4.6.11
4.6.0
4.6.0-b
4.5.1-a
4.5.0
4.4.1
4.4.0
4.3.0
NeRTC SDK for web
nertc-web-sdk
/
example
/
vue3-hello-world
/
babel.config.js
8 lines
(7 loc)
•
148 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= { presets: [
'@vue/cli-plugin-babel/preset'
], exclude: /NERTC/, ignore: [
"**/NERTC.js"
,
"**/NIM_Web_NIM_v8.7.0.js"
] }