Просмотр исходного кода

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 лет назад
Родитель
Сommit
1ceb3f0129
1 измененных файлов: 7 добавлений и 1 удалений
  1. 7
    1
      package.json

+ 7
- 1
package.json Просмотреть файл

47
     "jshint": "2.8.0",
47
     "jshint": "2.8.0",
48
     "node-sass": "^3.8.0",
48
     "node-sass": "^3.8.0",
49
     "precommit-hook": "3.0.0",
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
   "license": "Apache-2.0",
58
   "license": "Apache-2.0",
53
   "scripts": {
59
   "scripts": {

Загрузка…
Отмена
Сохранить