1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00
This commit is contained in:
Chocobozzz 2017-06-11 15:25:36 +02:00
parent 1840c2f7c9
commit 294f80f21e
6 changed files with 6 additions and 19 deletions

View file

@ -83,10 +83,6 @@ module.exports = function (env) {
libraryTarget: 'var'
},
externals: {
webtorrent: 'WebTorrent'
},
module: {
// Too slow, life is short
@ -246,6 +242,7 @@ module.exports = function (env) {
node: {
global: true,
crypto: 'empty',
fs: 'empty',
process: true,
module: false,
clearImmediate: false,