aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/vendor.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/vendor.ts')
-rw-r--r--client/src/vendor.ts4
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
18import 'jquery'; 18import 'jquery';
19import 'bootstrap-loader'; 19import 'bootstrap-loader';
20import 'jquery.ui.widget/jquery.ui.widget';
21import 'blueimp-file-upload';
22// TODO: build webtorrent with webpack when https://github.com/webpack/webpack/pull/1931 will be merged
23import 'webtorrent/webtorrent.min';