LP#1739803: add angular tablesport to vendor bundle
authorGalen Charlton <gmc@equinoxinitiative.org>
Tue, 20 Feb 2018 21:55:28 +0000 (16:55 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 21 Feb 2018 19:42:26 +0000 (14:42 -0500)
Otherwise, offline breaks.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/web/js/ui/default/staff/webpack.config.js

index 1be4c7b..d8509ea 100644 (file)
@@ -100,7 +100,8 @@ const vendorJsFiles = [
   'angular-tree-control',
   'iframe-resizer',
   'angular-order-object-by',
-  'lovefield'
+  'lovefield',
+  'angular-tablesort'
 ];