diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-06-04 13:08:38 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-06-04 13:08:38 +0200 |
commit | 7f82b8ae377214dd9b3f13a76a5e5f4e963e9425 (patch) | |
tree | 70b9876e599ee510ccf8133418b98daeeb44e4d9 /client/src/vendor.ts | |
parent | f0dc9602f9ef507370bf774d953b5b3bc7b75243 (diff) | |
download | PeerTube-7f82b8ae377214dd9b3f13a76a5e5f4e963e9425.tar.gz PeerTube-7f82b8ae377214dd9b3f13a76a5e5f4e963e9425.tar.zst PeerTube-7f82b8ae377214dd9b3f13a76a5e5f4e963e9425.zip |
Use webtorrent as external dependency instead of building it with
webpack
Diffstat (limited to 'client/src/vendor.ts')
-rw-r--r-- | client/src/vendor.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/vendor.ts b/client/src/vendor.ts index dcc4439db..6d7ebc3b4 100644 --- a/client/src/vendor.ts +++ b/client/src/vendor.ts | |||
@@ -19,5 +19,3 @@ import 'jquery'; | |||
19 | import 'bootstrap-loader'; | 19 | import 'bootstrap-loader'; |
20 | import 'jquery.ui.widget/jquery.ui.widget'; | 20 | import 'jquery.ui.widget/jquery.ui.widget'; |
21 | import 'blueimp-file-upload'; | 21 | import 'blueimp-file-upload'; |
22 | // TODO: build webtorrent with webpack when https://github.com/webpack/webpack/pull/1931 will be merged | ||
23 | import 'webtorrent/webtorrent.min'; | ||