diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-06-04 10:05:17 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-06-04 10:05:17 +0200 |
commit | c21f59d334b748be99188688c9578c9cd5432874 (patch) | |
tree | 9e8f29e63e92ed3a9bc4c077ace939211cea06ec /client/src/vendor.ts | |
parent | b20b5fed405f0ab24d24709d7db65625a79f3b37 (diff) | |
download | PeerTube-c21f59d334b748be99188688c9578c9cd5432874.tar.gz PeerTube-c21f59d334b748be99188688c9578c9cd5432874.tar.zst PeerTube-c21f59d334b748be99188688c9578c9cd5432874.zip |
Add webtorrent and jquery to webpack
Diffstat (limited to 'client/src/vendor.ts')
-rw-r--r-- | client/src/vendor.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/vendor.ts b/client/src/vendor.ts index 7a8c8423e..dcc4439db 100644 --- a/client/src/vendor.ts +++ b/client/src/vendor.ts | |||
@@ -17,3 +17,7 @@ import 'rxjs/add/operator/mergeMap'; | |||
17 | 17 | ||
18 | import 'jquery'; | 18 | import 'jquery'; |
19 | import 'bootstrap-loader'; | 19 | import 'bootstrap-loader'; |
20 | import 'jquery.ui.widget/jquery.ui.widget'; | ||
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'; | ||