1
0
Fork 0
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:
Chocobozzz 2016-06-04 13:08:38 +02:00
parent f0dc9602f9
commit 7f82b8ae37
5 changed files with 22 additions and 8 deletions

View file

@ -85,6 +85,10 @@ module.exports = webpackMerge(commonConfig, {
},
externals: {
webtorrent: 'WebTorrent'
},
plugins: [
/**