瀏覽代碼

Switch lib-jitsi-meet from Browserify to Webpack

Since the library lib-jitsi-meet does not publish its binaries, it is
always been necessary to produce the binaries i.e. lib-jitsi-meet.js and
lib-jitsi-meet.js as part of the npm install step. Which means that any
modifications to the devDependencies of lib-jitsi-meet's package.json
always have to be reflected in jitsi-meet's package.json. Because
Webpack replaced Browserify in lib-jitsi-meet, Webpack has to become a
devDependency of jitsi-meet.
j8
Lyubomir Marinov 8 年之前
父節點
當前提交
1ceb3f0129
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7
    1
      package.json

+ 7
- 1
package.json 查看文件

@@ -47,7 +47,13 @@
47 47
     "jshint": "2.8.0",
48 48
     "node-sass": "^3.8.0",
49 49
     "precommit-hook": "3.0.0",
50
-    "uglify-js": "2.4.24"
50
+    "uglify-js": "2.4.24",
51
+
52
+    "babel-core": "*",
53
+    "babel-loader": "*",
54
+    "babel-register": "*",
55
+    "string-replace-loader": "*",
56
+    "webpack": "*"
51 57
   },
52 58
   "license": "Apache-2.0",
53 59
   "scripts": {

Loading…
取消
儲存