mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Use webtorrent as external dependency instead of building it with
webpack
This commit is contained in:
parent
f0dc9602f9
commit
7f82b8ae37
5 changed files with 22 additions and 8 deletions
|
@ -85,6 +85,10 @@ module.exports = webpackMerge(commonConfig, {
|
|||
|
||||
},
|
||||
|
||||
externals: {
|
||||
webtorrent: 'WebTorrent'
|
||||
},
|
||||
|
||||
plugins: [
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue