Skip to content

Commit 5233715

Browse files
authored
Merge pull request #64 from Wster11/master
update easemob-websdk version to 4.0.3
2 parents a7f1c29 + a980b38 commit 5233715

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

build/webpack.prod.conf.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ const webpackConfig = merge(baseWebpackConfig, {
3434
}),
3535
new UglifyJsPlugin({
3636
uglifyOptions: {
37-
compress: {
38-
warnings: false
39-
}
37+
// compress: {
38+
// warnings: false
39+
// }
4040
},
4141
sourceMap: config.build.productionSourceMap,
4242
parallel: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"chalk": "^2.0.1",
4040
"copy-webpack-plugin": "^4.0.1",
4141
"css-loader": "^0.28.0",
42-
"easemob-websdk": "^3.5.2",
42+
"easemob-websdk": "^4.0.3",
4343
"eslint": "^6.5.1",
4444
"eslint-plugin-html": "^6.0.0",
4545
"eslint-plugin-vue": "^5.2.3",

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@
8383
lodash "^4.17.19"
8484
to-fast-properties "^2.0.0"
8585

86+
"@popperjs/core@^2.9.2":
87+
version "2.11.5"
88+
resolved "https://registry.npmmirror.com/@popperjs/core/-/core-2.11.5.tgz#db5a11bf66bdab39569719555b0f76e138d7bd64"
89+
integrity sha512-9X2obfABZuDVLCgPK9aX0a/x4jaOEweTTWE2+9sr0Qqqevj2Uv5XorvusThmc9XGYpS9yI+fhh8RTafBtGposw==
90+
8691
"@simonwep/pickr@~1.7.0":
8792
version "1.7.4"
8893
resolved "https://registry.yarnpkg.com/@simonwep/pickr/-/pickr-1.7.4.tgz#b14fcd945890388b870cd6db4d6c78d531f25141"
@@ -2660,10 +2665,10 @@ easemob-webrtc@^3.2.2:
26602665
resolved "https://registry.yarnpkg.com/easemob-webrtc/-/easemob-webrtc-3.2.2.tgz#03e46093cb0ce4168bddf23e61069ed6bfe221af"
26612666
integrity sha512-uScTb2kLKH3pST/eDpjuSFGL+EYpEnogWaRw7Tsyl7b+kEQQZ2xtleIoIunCCZqSCattPBnZ1evDY+7J/wiYfw==
26622667

2663-
easemob-websdk@^3.5.2:
2664-
version "3.6.3"
2665-
resolved "https://registry.yarnpkg.com/easemob-websdk/-/easemob-websdk-3.6.3.tgz#08741aa30623fe36dbda1f181001bb73124e0676"
2666-
integrity sha512-6sdbcQyHt1GVoYZhXAX+ZyxhHKZl3Pwiu6oLYM7L5F+w5aJy/nCSuFYO30oVzH/kg5dt93+VgNcpGvj5VVspoQ==
2668+
easemob-websdk@^4.0.3:
2669+
version "4.0.3"
2670+
resolved "https://registry.npmmirror.com/easemob-websdk/-/easemob-websdk-4.0.3.tgz#b8dfede7664b7bc0662c80514587d95b6693ec13"
2671+
integrity sha512-M7dN5lXt7di7EA+7WQ/A7fe+uxeUALufouTnEttVgx3cpPlGj2BTL+4JntxJHIu716W5j8jXlXNh9ZOOTQigUA==
26672672

26682673
26692674
version "1.1.1"

0 commit comments

Comments
 (0)