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
|
|
||
47 |
|
47 |
|
48 |
|
48 |
|
49 |
|
49 |
|
50 |
|
|
|
|
50 |
|
|
|
51 |
|
|
|
52 |
|
|
|
53 |
|
|
|
54 |
|
|
|
55 |
|
|
|
56 |
|
|
51 |
|
57 |
|
52 |
|
58 |
|
53 |
|
59 |
|