зеркало из https://github.com/nextcloud/spreed.git
Merge pull request #1980 from nextcloud/bundle-simplewebrtc-with-webrtc-adapter-7.2.5
Bundle SimpleWebRTC with WebRTC adapter 7.2.5
This commit is contained in:
Коммит
0f8e008d12
5
Makefile
5
Makefile
|
@ -66,7 +66,10 @@ bundle-simplewebrtc:
|
|||
# webrtc-adapter uses JavaScript features not supported by browserify,
|
||||
# so the sources need to be transformed using babel to a compatible
|
||||
# version of JavaScript.
|
||||
npx browserify --standalone SimpleWebRTC --transform [ babelify --global --presets [ @babel/env ] ] js/simplewebrtc/simplewebrtc.js > js/simplewebrtc/bundled.js
|
||||
# Its main module does no longer provide "module.exports", which is
|
||||
# expected by the code using it, so it needs to be added back with a
|
||||
# plugin.
|
||||
npx browserify --standalone SimpleWebRTC --transform [ babelify --global --presets [ @babel/env ] --plugins [ add-module-exports ] ] js/simplewebrtc/simplewebrtc.js > js/simplewebrtc/bundled.js
|
||||
|
||||
create-tag:
|
||||
git tag -a v$(version) -m "Tagging the $(version) release."
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -13,6 +13,7 @@
|
|||
"@babel/core": "^7.5.0",
|
||||
"@babel/preset-env": "^7.5.0",
|
||||
"attachmediastream": "^2.1.0",
|
||||
"babel-plugin-add-module-exports": "^1.0.2",
|
||||
"babelify": "^10.0.0",
|
||||
"browserify": "^16.3.0",
|
||||
"browserslist-config-nextcloud": "0.0.1",
|
||||
|
|
Загрузка…
Ссылка в новой задаче